Skip to content

Commit 0a670b8

Browse files
committed
Mark tfdv compatible wih Protobuf v26+.
PiperOrigin-RevId: 686150589
1 parent 4a18e91 commit 0a670b8

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 5.x
10+
911
## Known Issues
1012

1113
## Breaking Changes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def select_constraint(default, nightly=None, git_master=None):
182182
'joblib>=1.2.0', # Dependency for multi-processing.
183183
'numpy>=1.22.0',
184184
'pandas>=1.0,<2',
185-
'protobuf>=4.25.2,<5;python_version>="3.11"',
185+
'protobuf>=4.25.2,<6;python_version>="3.11"',
186186
'protobuf>=3.20.3,<5;python_version<"3.11"',
187187
'pyarrow>=10,<11',
188188
'pyfarmhash>=0.2.2,<0.4',

0 commit comments

Comments
 (0)