You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade TFT to TF 2.21.0 and Added Python 3.12/3.13 support (#348)
* Upgrade dependencies to TF 2.21, Protobuf 6.x, and add Python 3.12 support
* Apply ruff formatting fixes to pass pre-commit
* Drop Python 3.9 support and update CI matrix
* Document dropping Python 3.9 support in RELEASE.md
* Unify Protobuf constraint to >=6.0.0,<7.0.0
* Add Python 3.13 to CI test matrix
* Silence DeprecationWarning from gast in pytest.ini
* Revert "Silence DeprecationWarning from gast in pytest.ini"
This reverts commit 5cbe0da.
* Point tfx-bsl dependency to official master branch
Copy file name to clipboardExpand all lines: RELEASE.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,16 @@
6
6
7
7
## Bug Fixes and Other Changes
8
8
9
+
* Added support for Python 3.12 and 3.13.
10
+
* Depends on `tensorflow>=2.21.0,<2.22.0`.
11
+
* Depends on `protobuf>=6.0.0,<7.0.0` for Python 3.11+.
12
+
* Updated `pyarrow` dependency to `>14`.
13
+
* Added workarounds for Apache Beam 2.72.0 (Prism runner) incompatibilities in tests, including soft-asserts for metrics in `tft_unit.py` and bypassing a panic in `deep_copy_test.py`.
0 commit comments