Skip to content

Commit

Permalink
Mark tfx_bsl compatible with Protobuf v26+.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684974824
  • Loading branch information
tfx-copybara committed Oct 11, 2024
1 parent fefff52 commit 7949323
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 @@ -172,7 +172,7 @@ def select_constraint(default, nightly=None, git_master=None):
'google-api-python-client>=1.7.11,<2',
'numpy>=1.22.0',
'pandas>=1.0,<2',
'protobuf>=4.25.2,<5;python_version>="3.11"',
'protobuf>=4.25.2,<6;python_version>="3.11"',
'protobuf>=3.20.3,<5;python_version<"3.11"',
'pyarrow>=10,<11',
'tensorflow' + select_constraint(
Expand Down

0 comments on commit 7949323

Please sign in to comment.