Skip to content

Commit

Permalink
fix(deps): allow protobuf < 5.0.0 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jun 13, 2022
1 parent 5da6733 commit 8f73d2e
Showing 1 changed file with 1 addition and 1 deletion.
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.15.0, <4.0.0dev",
"protobuf >= 3.15.0, <5.0.0dev",
"google-auth >= 1.25.0, < 3.0dev",
"requests >= 2.18.0, < 3.0.0dev",
]
Expand Down

0 comments on commit 8f73d2e

Please sign in to comment.