Skip to content

Commit a714d3a

Browse files
committed
patch upperbound limit for protobuf generation
Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
1 parent 4766741 commit a714d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@
180180
"cryptography>=43.0,<44",
181181
"ruff>=0.8.0",
182182
"mypy-protobuf>=3.1",
183-
"grpcio-tools>=1.56.2,<1.62.3",
184-
"grpcio-testing>=1.56.2,<2",
183+
"grpcio-tools>=1.56.2,<=1.62.3",
184+
"grpcio-testing>=1.56.2,<=1.62.3",
185185
# FastAPI does not correctly pull starlette dependency on httpx see thread(https://github.com/tiangolo/fastapi/issues/5656).
186186
"httpx==0.27.2",
187187
"minio==7.2.11",

0 commit comments

Comments
 (0)