Skip to content

Commit

Permalink
0.8.x: Loosen grpcio requirements (#611)
Browse files Browse the repository at this point in the history
* 0.8.x: Loosen grpcio requirements.

* Revert changes to Pipfile.lock.
  • Loading branch information
gtopper authored Aug 5, 2021
1 parent 96f74ca commit 4b4ef2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clients/py/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name = "pypi"

[packages]
googleapis-common-protos = ">=1.5.3"
grpcio-tools = "==1.30.0"
grpcio = "==1.30.0"
grpcio-tools = ">=1.30<1.33"
grpcio = ">=1.30<1.33"
pandas = ">=0.23.4"
requests = ">=2.19.1"

Expand Down
4 changes: 3 additions & 1 deletion clients/py/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
googleapis-common-protos>=1.5.3
grpcio-tools>=1.16.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
grpcio>=1.30<1.33
numpydoc==0.8.0
pandas>=0.23.*
requests>=2.19.1

0 comments on commit 4b4ef2e

Please sign in to comment.