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 f9112a8 commit 55ba698Copy full SHA for 55ba698
setup.py
@@ -61,7 +61,8 @@ def readme():
61
# grpc.Channel.close() method isn't added until 1.32.0.
62
# https://github.com/grpc/grpc/pull/15254
63
"grpcio >= 1.47.0, < 2.0.0",
64
- "grpcio >= 1.49.1, < 2.0.0; python_version>='3.11'",
+ "grpcio >= 1.49.1, < 2.0.0; python_version =='3.11'",
65
+ "grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
66
"pyarrow >= 5.0.0",
67
],
68
}
0 commit comments