Skip to content

Commit 80938ca

Browse files
authored
Require grpcio>=1.63.0 (#1628)
1 parent 6cc7ab0 commit 80938ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
]
2929
dependencies = [
3030
"google-api-python-client",
31-
"grpcio",
31+
"grpcio >=1.63.0",
3232
"importlib-metadata >=4.0",
3333
"numpy<2",
3434
"packaging",

0 commit comments

Comments
 (0)