We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436dfbf commit 51c852cCopy full SHA for 51c852c
1 file changed
workers/pyproject.toml
@@ -32,8 +32,7 @@ dependencies = [
32
"protobuf~=6.33.1; python_version == '3.14'",
33
"grpcio-tools~=1.70.0; python_version <= '3.13'",
34
"grpcio-tools~=1.75.1; python_version == '3.14'",
35
- "grpcio~=1.59.0; python_version < '3.13'",
36
- "grpcio~=1.70.0; python_version == '3.13'",
+ "grpcio~=1.70.0; python_version <= '3.13'",
37
"grpcio~=1.75.1; python_version == '3.14'",
38
"uvloop~=0.21.0; python_version == '3.13' and sys_platform != 'win32'",
39
"uvloop~=0.22.0; python_version == '3.14' and sys_platform != 'win32'",
0 commit comments