Skip to content

Commit af4f56e

Browse files
authored
fix(deps): allow protobuf < 5.0.0 (#324)
1 parent ae34294 commit af4f56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
long_description=README,
3737
platforms="Posix; MacOS X",
3838
include_package_data=True,
39-
install_requires=("protobuf >= 3.19.0, <4.0.0dev",),
39+
install_requires=("protobuf >= 3.19.0, <5.0.0dev",),
4040
extras_require={
4141
"testing": [
4242
"google-api-core[grpc] >= 1.31.5",

0 commit comments

Comments
 (0)