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 d1937ba commit 4b11422Copy full SHA for 4b11422
setup.py
@@ -39,7 +39,7 @@
39
'futures >= 3.2.0; python_version < "3.2"',
40
]
41
extras = {
42
- "grpc": "grpcio >= 1.8.2, < 2.0dev",
+ "grpc": "grpcio >= 1.29.0, < 2.0dev",
43
"grpcgcp": "grpcio-gcp >= 0.2.2",
44
"grpcio-gcp": "grpcio-gcp >= 0.2.2",
45
}
0 commit comments