Skip to content

Commit

Permalink
Mark Tensorflow Metadata compatible with Protobuf v26+.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683195343
  • Loading branch information
tf-metadata-team authored and tfx-copybara committed Oct 7, 2024
1 parent a699969 commit 00a79b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Bug Fixes and Other Changes

* Relax dependency on Protobuf to include version 5.x

## Breaking Changes

## Deprecations
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def run(self):
'absl-py>=0.9,<3.0.0',
'googleapis-common-protos>=1.56.4,<2;python_version>="3.11"',
'googleapis-common-protos>=1.52.0,<2;python_version>="3.11"',
'protobuf>=4.25.2,<5;python_version>="3.11"',
'protobuf>=4.25.2,<6.0.0dev;python_version>="3.11"',
'protobuf>=3.20.3,<4.21;python_version<"3.11"',
],
python_requires='>=3.9,<4',
Expand Down

0 comments on commit 00a79b3

Please sign in to comment.