We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de48cf commit 0c20bd0Copy full SHA for 0c20bd0
clients/py/requirements.txt
@@ -1,6 +1,7 @@
1
googleapis-common-protos>=1.5.3
2
-# Can be loosened, but grpcio 1.34.0 must not be used as it segfaults (1.34.1 ok).
3
-grpcio-tools>=1.30,<1.33
4
-grpcio>=1.30,<1.33
+# grpcio 1.34.0 must not be used as it segfaults (1.34.1 ok).
+# Upper limit is in order to avoid surprises with this sensitive dependency.
+grpcio-tools>=1.30,!=1.34.0,<1.42
5
+grpcio>=1.30,!=1.34.0,<1.42
6
pandas>=0.23.4
7
requests>=2.19.1
0 commit comments