Skip to content

Commit 9d0fc93

Browse files
vkarampuditf-metadata-team
andauthored
Update 1.16.1 version.py and RELEASE.md (#47)
* Mark Tensorflow Metadata compatible with Protobuf v26+. PiperOrigin-RevId: 683195343 * Update 1.16.1 in version.py and RELEASE.md --------- Co-authored-by: tf-metadata-team <no-reply@google.com>
1 parent 71c7563 commit 9d0fc93

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

RELEASE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Version 1.16.1
2+
3+
## Major Features and Improvements
4+
5+
## Bug Fixes and Other Changes
6+
7+
* Relax dependency on Protobuf to include version 5.x
8+
9+
## Breaking Changes
10+
11+
## Deprecations
12+
113
# Version 1.16.0
214

315
## Major Features and Improvements

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def run(self):
129129
'absl-py>=0.9,<3.0.0',
130130
'googleapis-common-protos>=1.56.4,<2;python_version>="3.11"',
131131
'googleapis-common-protos>=1.52.0,<2;python_version>="3.11"',
132-
'protobuf>=4.25.2,<5;python_version>="3.11"',
132+
'protobuf>=4.25.2,<6.0.0dev;python_version>="3.11"',
133133
'protobuf>=3.20.3,<4.21;python_version<"3.11"',
134134
],
135135
python_requires='>=3.9,<4',

tensorflow_metadata/version.py

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

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

0 commit comments

Comments
 (0)