Skip to content

Commit

Permalink
fix(deps): allow protobuf 3.19.5 (#459)
Browse files Browse the repository at this point in the history
* fix(deps): allow protobuf 3.19.5

* explicitly exclude protobuf 4.21.0

* chore: use a compatible version of protobuf for testing
  • Loading branch information
parthea authored Oct 8, 2022
1 parent 4420055 commit e949364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"googleapis-common-protos >= 1.56.2, < 2.0dev",
"protobuf >= 3.20.2, <5.0.0dev",
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"google-auth >= 1.25.0, < 3.0dev",
"requests >= 2.18.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 @@ -6,7 +6,7 @@
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
# Then this file should have foo==1.14.0
googleapis-common-protos==1.56.2
protobuf==3.20.2
protobuf==3.19.5
google-auth==1.25.0
requests==2.18.0
packaging==14.3
Expand Down
2 changes: 1 addition & 1 deletion testing/constraints-3.8.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
googleapis-common-protos==1.56.3
protobuf==4.21.5
protobuf==4.21.6

0 comments on commit e949364

Please sign in to comment.