Skip to content

Commit 52cd2c0

Browse files
R1.17.0 (#56)
* Remove upper bound for Protobuf compatibility and update 1.17.2 in RELEASE.md PiperOrigin-RevId: 752795581 * Upated 1.17.2 in version.py --------- Co-authored-by: tf-metadata-team <[email protected]>
1 parent 4048057 commit 52cd2c0

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

RELEASE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Version 1.17.2
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 6.x
10+
* Remove upper bound for Protobuf dependency
11+
12+
## Breaking Changes
13+
14+
* N/A
15+
16+
## Deprecations
17+
18+
* N/A
19+
120
# Version 1.17.1
221

322
## Major Features and Improvements

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def run(self):
128128
install_requires=[
129129
'absl-py>=0.9,<3.0.0',
130130
'googleapis-common-protos>=1.56.4,<2;python_version>="3.11"',
131-
'protobuf>=4.25.2,<6.0.0;python_version>="3.11"',
131+
'protobuf>=4.25.2;python_version>="3.11"',
132132
'protobuf>=4.21.6,<4.22;python_version<"3.11"',
133133
],
134134
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.17.1'
17+
__version__ = '1.17.2'

0 commit comments

Comments
 (0)