Skip to content

Commit 55ba698

Browse files
authored
bump grpcio for Python 3.14
1 parent f9112a8 commit 55ba698

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ def readme():
6161
# grpc.Channel.close() method isn't added until 1.32.0.
6262
# https://github.com/grpc/grpc/pull/15254
6363
"grpcio >= 1.47.0, < 2.0.0",
64-
"grpcio >= 1.49.1, < 2.0.0; python_version>='3.11'",
64+
"grpcio >= 1.49.1, < 2.0.0; python_version =='3.11'",
65+
"grpcio >= 1.75.1, < 2.0.0; python_version >= '3.14'",
6566
"pyarrow >= 5.0.0",
6667
],
6768
}

0 commit comments

Comments
 (0)