Skip to content

Commit 8f73d2e

Browse files
authored
fix(deps): allow protobuf < 5.0.0 (#400)
1 parent 5da6733 commit 8f73d2e

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
@@ -30,7 +30,7 @@
3030
release_status = "Development Status :: 5 - Production/Stable"
3131
dependencies = [
3232
"googleapis-common-protos >= 1.56.2, < 2.0dev",
33-
"protobuf >= 3.15.0, <4.0.0dev",
33+
"protobuf >= 3.15.0, <5.0.0dev",
3434
"google-auth >= 1.25.0, < 3.0dev",
3535
"requests >= 2.18.0, < 3.0.0dev",
3636
]

0 commit comments

Comments
 (0)