Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
fix(deps): allow protobuf < 5.0.0 (#320)
Browse files Browse the repository at this point in the history
* fix(deps): allow protobuf < 5.0.0\nfix(deps): require proto-plus >= 1.22.0

* fix(deps): require proto-plus >= 1.22.0

* update constraints
  • Loading branch information
parthea committed Aug 12, 2022
1 parent 0fc5985 commit e4edea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
include_package_data=True,
install_requires=(
"google-api-core[grpc] >= 2.8.0, <3.0.0dev",
"proto-plus >= 1.19.7, <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",
),
python_requires=">=3.7",
classifiers=[
Expand Down
3 changes: 1 addition & 2 deletions testing/constraints-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
# Then this file should have google-cloud-foo==1.14.0
google-api-core==2.8.0
proto-plus==1.19.7
dataclasses==0.6.0
proto-plus==1.22.0
protobuf==3.19.0

0 comments on commit e4edea7

Please sign in to comment.