Skip to content

Commit bb66b63

Browse files
authored
1.17.3 Patch Release (#61)
* Update protobuf version for the python versions <3.11 * Update RELEASE.md * Update version.py with 1.17.3 * syntax error
1 parent 52cd2c0 commit bb66b63

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

RELEASE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Version 1.17.3
2+
3+
## Major Features and Improvements
4+
5+
* N/A
6+
7+
## Bug Fixes and Other Changes
8+
9+
* Depends on `protobuf>=4.21.6,<6.32` for 3.9 and 3.10
10+
11+
## Breaking Changes
12+
13+
* N/A
14+
15+
## Deprecations
16+
17+
* N/A
18+
119
# Version 1.17.2
220

321
## 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
'protobuf>=4.25.2;python_version>="3.11"',
132-
'protobuf>=4.21.6,<4.22;python_version<"3.11"',
132+
'protobuf>=4.21.6,<=6.32;python_version<"3.11"',
133133
],
134134
python_requires='>=3.9,<4',
135135
packages=find_packages(),

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.2'
17+
__version__ = '1.17.3'

0 commit comments

Comments
 (0)