Skip to content

Commit

Permalink
fix(deps): require protobuf>= 3.15.0, <4.0.0dev (#315)
Browse files Browse the repository at this point in the history
fix(deps): require google-api-core[grpc] >= 1.31.5
  • Loading branch information
parthea authored May 26, 2022
1 parent be01fcd commit 1d13c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
long_description=README,
platforms="Posix; MacOS X",
include_package_data=True,
install_requires=("protobuf >= 3.19.0",),
install_requires=("protobuf >= 3.19.0, <4.0.0dev",),
extras_require={
"testing": [
"google-api-core[grpc] >= 1.22.2",
"google-api-core[grpc] >= 1.31.5",
],
},
python_requires=">=3.6",
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
#
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
google-api-core==1.22.2
google-api-core==1.31.5
protobuf==3.19.0

0 comments on commit 1d13c41

Please sign in to comment.