Skip to content

Commit 34d6c68

Browse files
committed
Remove upper bound for Protobuf compatibility.
PiperOrigin-RevId: 752795581
1 parent 28cde39 commit 34d6c68

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## Bug Fixes and Other Changes
88

99
* Relax dependency on Protobuf to include version 6.x
10+
* Remove upper bound for Protobuf dependency
1011

1112
## Breaking Changes
1213

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def run(self):
128128
install_requires=[
129129
'absl-py>=0.9,<3.0.0',
130130
'googleapis-common-protos>=1.56.4,<2;python_version>="3.11"',
131-
'protobuf>=4.25.2,<7.0.0;python_version>="3.11"',
131+
'protobuf>=4.25.2;python_version>="3.11"',
132132
'protobuf>=4.21.6,<4.22;python_version<"3.11"',
133133
],
134134
python_requires='>=3.9,<4',

0 commit comments

Comments
 (0)