Skip to content

Commit b7c96d3

Browse files
Update 1.16.1 in version.py and RELEASE.md (#262)
* Mark tfdv compatible wih Protobuf v26+. PiperOrigin-RevId: 686150589 * Update 1.16.1 in version.py --------- Co-authored-by: tf-data-validation-team <tensorflow-extended-nonhuman@googlegroups.com>
1 parent e20208c commit b7c96d3

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

RELEASE.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# Version 1.16.1
2+
3+
## Major Features and Improvements
4+
5+
* N/A
6+
7+
## Bug Fixes and Other Changes
8+
9+
* Relax dependency on Protobuf to include version 5.x
10+
11+
## Known Issues
12+
13+
* N/A
14+
15+
## Breaking Changes
16+
17+
* N/A
18+
19+
## Deprecations
20+
21+
* N/A
22+
123
# Version 1.16.0
224

325
## Major Features and Improvements
@@ -19,4 +41,3 @@
1941
## Deprecations
2042

2143
* N/A
22-

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',

tensorflow_data_validation/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""Contains the version string of TFDV."""
1616

1717
# Note that setup.py uses this version.
18-
__version__ = '1.16.0'
18+
__version__ = '1.16.1'

0 commit comments

Comments
 (0)