Skip to content

Commit 506d5af

Browse files
authored
chore: PY-216 Bump protobuf dependency to allow protobuf 6 (#96)
1 parent 02a2240 commit 506d5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ httpx = { version = ">=0.15.4,<0.28.2", extras = ["http2"] }
1414
attrs = ">=21.3.0"
1515
python-dateutil = "^2.8.0"
1616
PyJWT = "^2.0.0"
17-
protobuf = ">=3.19.6,<6"
17+
protobuf = ">=3.19.6,<7"
1818

1919
[tool.poetry]
2020
name = "neptune-api"

0 commit comments

Comments
 (0)