Skip to content

Commit 28cde39

Browse files
committed
Mark Tensorflow Metadata compatible with Protobuf v30+.
PiperOrigin-RevId: 750637947
1 parent 4cd97fe commit 28cde39

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## Bug Fixes and Other Changes
88

9+
* Relax dependency on Protobuf to include version 6.x
10+
911
## Breaking Changes
1012

1113
## Deprecations

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,<6.0.0;python_version>="3.11"',
131+
'protobuf>=4.25.2,<7.0.0;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)