Skip to content

Commit

Permalink
Cp r1.3.0 20211108 120120 (#4438)
Browse files Browse the repository at this point in the history
* Caps the WTForms version which conflicts with Flask-appbuilder.

See dpgaspar/Flask-AppBuilder#1732

PiperOrigin-RevId: 408246591
(cherry picked from commit 6ee2970)

* Update 1.3.3 in version.py

Co-authored-by: jiyongjung <jiyongjung@google.com>
  • Loading branch information
jay90099 and jiyongjung authored Nov 8, 2021
1 parent e7b1e7d commit a5c1135
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ but other *untested* combinations may also work.
tfx | apache-beam[gcp] | ml-metadata | pyarrow | tensorflow | tensorflow-data-validation | tensorflow-metadata | tensorflow-model-analysis | tensorflow-serving-api | tensorflow-transform | tfx-bsl
------------------------------------------------------------------------- | ---------------- | ----------- | ------- | ----------------- | -------------------------- | ------------------- | ------------------------- | ---------------------- | -------------------- | -------
[GitHub master](https://github.com/tensorflow/tfx/blob/master/RELEASE.md) | 2.32.0 | 1.3.0 | 2.0.0 | nightly (1.x/2.x) | 1.3.0 | 1.2.0 | 0.34.1 | 2.6.0 | 1.3.0 | 1.3.0
1.3.3 | 2.32.0 | 1.3.0 | 2.0.0 | 1.15.0 / 2.6.0 | 1.3.0 | 1.2.0 | 0.34.1 | 2.6.0 | 1.3.0 | 1.3.0
1.3.2 | 2.32.0 | 1.3.0 | 2.0.0 | 1.15.0 / 2.6.0 | 1.3.0 | 1.2.0 | 0.34.1 | 2.6.0 | 1.3.0 | 1.3.0
1.3.1 | 2.32.0 | 1.3.0 | 2.0.0 | 1.15.0 / 2.6.0 | 1.3.0 | 1.2.0 | 0.34.1 | 2.6.0 | 1.3.0 | 1.3.0
1.3.0 | 2.32.0 | 1.3.0 | 2.0.0 | 1.15.0 / 2.6.0 | 1.3.0 | 1.2.0 | 0.34.1 | 2.6.0 | 1.3.0 | 1.3.0
Expand Down
3 changes: 3 additions & 0 deletions tfx/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ def make_extra_packages_airflow():
return [
# TODO(b/188940096): update supported version.
'apache-airflow[mysql]>=1.10.14,<3',
# TODO(b/205459685): Delete pinned WTForms after flask-appbuilder fix the
# issue. (https://github.com/dpgaspar/Flask-AppBuilder/issues/1732)
'WTForms<3',
# TODO(b/182848576): Delete pinned sqlalchemy after apache-airflow 2.0.2
# or later.(github.com/apache/airflow/issues/14811)
'sqlalchemy>=1.3,<1.4',
Expand Down
2 changes: 1 addition & 1 deletion tfx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of TFX."""

# Note that setup.py uses this version.
__version__ = '1.3.2'
__version__ = '1.3.3'

0 comments on commit a5c1135

Please sign in to comment.