We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd97fe commit 28cde39Copy full SHA for 28cde39
RELEASE.md
@@ -6,6 +6,8 @@
6
7
## Bug Fixes and Other Changes
8
9
+* Relax dependency on Protobuf to include version 6.x
10
+
11
## Breaking Changes
12
13
## Deprecations
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,<6.0.0;python_version>="3.11"',
+ 'protobuf>=4.25.2,<7.0.0;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