We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb72b4c commit b075b2eCopy full SHA for b075b2e
clients/py/requirements.txt
@@ -1,5 +1,6 @@
1
googleapis-common-protos>=1.5.3
2
-grpcio-tools==1.30.0
3
-grpcio==1.30.0
+# Can be loosened, but grpcio 1.34.0 must not be used as it segfaults (1.34.1 ok).
+grpcio-tools>=1.30<1.33
4
+grpcio>=1.30<1.33
5
pandas>=0.23.4
6
requests>=2.19.1
0 commit comments