Skip to content

Commit 51c852c

Browse files
committed
update grpc
1 parent 436dfbf commit 51c852c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

workers/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ dependencies = [
3232
"protobuf~=6.33.1; python_version == '3.14'",
3333
"grpcio-tools~=1.70.0; python_version <= '3.13'",
3434
"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'",
35+
"grpcio~=1.70.0; python_version <= '3.13'",
3736
"grpcio~=1.75.1; python_version == '3.14'",
3837
"uvloop~=0.21.0; python_version == '3.13' and sys_platform != 'win32'",
3938
"uvloop~=0.22.0; python_version == '3.14' and sys_platform != 'win32'",

0 commit comments

Comments
 (0)