Skip to content

Commit

Permalink
fix(deps): allow protobuf < 5.0.0 (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jun 13, 2022
1 parent ae34294 commit af4f56e
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 @@ -36,7 +36,7 @@
long_description=README,
platforms="Posix; MacOS X",
include_package_data=True,
install_requires=("protobuf >= 3.19.0, <4.0.0dev",),
install_requires=("protobuf >= 3.19.0, <5.0.0dev",),
extras_require={
"testing": [
"google-api-core[grpc] >= 1.31.5",
Expand Down

0 comments on commit af4f56e

Please sign in to comment.