Skip to content

Commit

Permalink
Update 1.16.1 in version.py and RELEASE.md (#262)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
vkarampudi and tfx-copybara authored Oct 15, 2024
1 parent e20208c commit b7c96d3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Version 1.16.1

## Major Features and Improvements

* N/A

## Bug Fixes and Other Changes

* Relax dependency on Protobuf to include version 5.x

## Known Issues

* N/A

## Breaking Changes

* N/A

## Deprecations

* N/A

# Version 1.16.0

## Major Features and Improvements
Expand All @@ -19,4 +41,3 @@
## Deprecations

* N/A

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
2 changes: 1 addition & 1 deletion tensorflow_data_validation/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Contains the version string of TFDV."""

# Note that setup.py uses this version.
__version__ = '1.16.0'
__version__ = '1.16.1'

0 comments on commit b7c96d3

Please # to comment.