We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b075b2e commit 6adba3eCopy full SHA for 6adba3e
clients/py/requirements.txt
@@ -1,6 +1,6 @@
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-tools>=1.30,<1.33
+grpcio>=1.30,<1.33
5
pandas>=0.23.4
6
requests>=2.19.1
0 commit comments