Skip to content

Commit

Permalink
fix: allow protobuf <6
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jun 11, 2024
1 parent f85d3e0 commit f28b8a9
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 @@ -42,7 +42,7 @@
long_description=README,
platforms="Posix; MacOS X",
include_package_data=True,
install_requires=("protobuf >=5.27.1, <5.28.0",),
install_requires=("protobuf >=3.19.0, <6.0.0dev",),
extras_require={
"testing": [
"google-api-core >= 1.31.5",
Expand Down

0 comments on commit f28b8a9

Please sign in to comment.