Skip to content

Commit a3db7ed

Browse files
committed
Set grpcio upper bound to 1.73 (exclusive)
1 parent 5a6e09e commit a3db7ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies = [
1313
"click<8.2.0",
1414
"einops>=0.8.0",
1515
"grpc-interceptor>=0.15.4",
16-
"grpcio>=1.67.0",
17-
"grpcio-reflection>=1.67.0",
18-
"grpcio-status>=1.67.0",
16+
"grpcio>=1.67.0,<1.73.0",
17+
"grpcio-reflection>=1.67.0,<1.73.0",
18+
"grpcio-status>=1.67.0,<1.73.0",
1919
"kernels>=0.2.1",
2020
"hf-transfer>=0.1.8",
2121
"loguru>=0.7.3",

0 commit comments

Comments
 (0)