Skip to content

Commit 7d50fd3

Browse files
committed
Best current guess.
1 parent aeb2ed3 commit 7d50fd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/python/server/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ authors = [{ name = "Olivier Dehaene" , email = "[email protected]" }]
66
requires-python = ">= 3.9"
77
dependencies = [
88
"protobuf>=4.25.3,<6",
9-
"grpcio>=1.51.1",
9+
# grpcio is capped because of the HPU dependency override
10+
# which is done with 1.68
11+
"grpcio>=1.51.1,<=1.68",
1012
"grpcio-status>=1.51.1",
1113
"grpcio-reflection>=1.51.1",
1214
"grpc-interceptor>=0.15.0",

0 commit comments

Comments
 (0)