File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
20
# Version 1.17.1
2
21
3
22
## Major Features and Improvements
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ def run(self):
128
128
install_requires = [
129
129
'absl-py>=0.9,<3.0.0' ,
130
130
'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"' ,
132
132
'protobuf>=4.21.6,<4.22;python_version<"3.11"' ,
133
133
],
134
134
python_requires = '>=3.9,<4' ,
Original file line number Diff line number Diff line change 14
14
"""Contains the version string of TFMD."""
15
15
16
16
# Note that setup.py uses this version.
17
- __version__ = '1.17.1 '
17
+ __version__ = '1.17.2 '
You can’t perform that action at this time.
0 commit comments