Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 62d74e3

Browse files
authored
fix(deps): allow protobuf 5.x (#457)
1 parent 0f89372 commit 62d74e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
long_description=README,
4343
platforms="Posix; MacOS X",
4444
include_package_data=True,
45-
install_requires=("protobuf >= 3.19.0, <5.0.0dev",),
45+
install_requires=("protobuf >= 3.19.0, <6.0.0dev",),
4646
extras_require={
4747
"testing": [
4848
"google-api-core >= 1.31.5",

0 commit comments

Comments
 (0)