We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cde39 commit 34d6c68Copy full SHA for 34d6c68
RELEASE.md
@@ -7,6 +7,7 @@
7
## Bug Fixes and Other Changes
8
9
* Relax dependency on Protobuf to include version 6.x
10
+* Remove upper bound for Protobuf dependency
11
12
## Breaking Changes
13
setup.py
@@ -128,7 +128,7 @@ def run(self):
128
install_requires=[
129
'absl-py>=0.9,<3.0.0',
130
'googleapis-common-protos>=1.56.4,<2;python_version>="3.11"',
131
- 'protobuf>=4.25.2,<7.0.0;python_version>="3.11"',
+ 'protobuf>=4.25.2;python_version>="3.11"',
132
'protobuf>=4.21.6,<4.22;python_version<"3.11"',
133
],
134
python_requires='>=3.9,<4',
0 commit comments