Skip to content

Commit

Permalink
fix(deps): allow protobuf 3.19.5 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Oct 10, 2022
1 parent fbc1cd1 commit 32e143b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1, <4.0.0dev",
"protobuf>=3.19.5,<4.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.1
protobuf==3.19.5
google-auth==1.25.0
requests==2.18.0
packaging==14.3
Expand Down

0 comments on commit 32e143b

Please sign in to comment.