We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4766741 commit a714d3aCopy full SHA for a714d3a
setup.py
@@ -180,8 +180,8 @@
180
"cryptography>=43.0,<44",
181
"ruff>=0.8.0",
182
"mypy-protobuf>=3.1",
183
- "grpcio-tools>=1.56.2,<1.62.3",
184
- "grpcio-testing>=1.56.2,<2",
+ "grpcio-tools>=1.56.2,<=1.62.3",
+ "grpcio-testing>=1.56.2,<=1.62.3",
185
# FastAPI does not correctly pull starlette dependency on httpx see thread(https://github.com/tiangolo/fastapi/issues/5656).
186
"httpx==0.27.2",
187
"minio==7.2.11",
0 commit comments