Skip to content

Commit

Permalink
fix(deps): allow protobuf < 5.0.0 (#1587)
Browse files Browse the repository at this point in the history
fix(deps): require proto-plus >= 1.22.0
  • Loading branch information
parthea committed Aug 12, 2022
1 parent 0385c4c commit 3d3e0aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"attrs==21.4.0",
"absl-py>=0.7",
"numpy>=1.19.0",
"protobuf>=3.6,<4.0",
"protobuf>=3.6,<5.0",
"keras-tuner>=1.0,<2.0",
"portpicker==1.3.1",
"googleapis-common-protos==1.56.0",
Expand Down Expand Up @@ -128,8 +128,8 @@
include_package_data=True,
install_requires=(
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
"proto-plus >= 1.15.0, <2.0.0dev",
"protobuf >= 3.19.0, <4.0.0dev",
"proto-plus >= 1.22.0, <2.0.0dev",
"protobuf >= 3.19.0, <5.0.0dev",
"packaging >= 14.3, <22.0.0dev",
"google-cloud-storage >= 1.32.0, < 3.0.0dev",
"google-cloud-bigquery >= 1.15.0, < 3.0.0dev",
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Then this file should have foo==1.14.0
google-api-core==1.32.0
libcst==0.2.5
proto-plus==1.15.0
proto-plus==1.22.0
protobuf==3.19.0
mock==4.0.2
google-cloud-storage==1.32.0
Expand Down

0 comments on commit 3d3e0aa

Please sign in to comment.