Skip to content

Commit

Permalink
Mark tfdv compatible wih Protobuf v26+.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686150589
  • Loading branch information
tfx-copybara committed Oct 15, 2024
1 parent 4a18e91 commit 0a670b8
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

## Known Issues

## Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def select_constraint(default, nightly=None, git_master=None):
'joblib>=1.2.0', # Dependency for multi-processing.
'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',
'pyfarmhash>=0.2.2,<0.4',
Expand Down

0 comments on commit 0a670b8

Please sign in to comment.