We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff67b54 commit b3ca1f4Copy full SHA for b3ca1f4
1 file changed
pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
"Programming Language :: Python :: 3.11",
17
]
18
19
-dependencies = ["grpcio>=1.66.0", "grpcio-reflection==1.*", "structlog==24.*"]
+dependencies = ["grpcio==1.*", "grpcio-reflection==1.*", "protobuf==5.27.2", "structlog==24.*"]
20
21
dynamic = ["version"]
22
0 commit comments