We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb2ed3 commit 7d50fd3Copy full SHA for 7d50fd3
backends/python/server/pyproject.toml
@@ -6,7 +6,9 @@ authors = [{ name = "Olivier Dehaene" , email = "[email protected]" }]
6
requires-python = ">= 3.9"
7
dependencies = [
8
"protobuf>=4.25.3,<6",
9
- "grpcio>=1.51.1",
+ # grpcio is capped because of the HPU dependency override
10
+ # which is done with 1.68
11
+ "grpcio>=1.51.1,<=1.68",
12
"grpcio-status>=1.51.1",
13
"grpcio-reflection>=1.51.1",
14
"grpc-interceptor>=0.15.0",
0 commit comments