Skip to content

Commit 2fdf641

Browse files
Update 1.16.1 version.py and RELEASE.md (#80)
* Mark tfx_bsl compatible with Protobuf v26+. PiperOrigin-RevId: 684974824 * Update 1.16.1 in version.py --------- Co-authored-by: tfx-bsl-team <[email protected]>
1 parent 21af99b commit 2fdf641

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

RELEASE.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
## Breaking Changes
12+
13+
* N/A
14+
15+
## Deprecations
16+
17+
* N/A
18+
119
# Version 1.16.0
220

321
## Major Features and Improvements

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def select_constraint(default, nightly=None, git_master=None):
172172
'google-api-python-client>=1.7.11,<2',
173173
'numpy>=1.22.0',
174174
'pandas>=1.0,<2',
175-
'protobuf>=4.25.2,<5;python_version>="3.11"',
175+
'protobuf>=4.25.2,<6;python_version>="3.11"',
176176
'protobuf>=3.20.3,<5;python_version<"3.11"',
177177
'pyarrow>=10,<11',
178178
'tensorflow' + select_constraint(

tfx_bsl/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of tfx_bsl."""
1515

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

0 commit comments

Comments
 (0)