Skip to content

Commit 4ba8c8a

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Bump up minimum apache-beam version to 2.38.0 to avoid data loss issue
PiperOrigin-RevId: 448175647
1 parent b6a2b24 commit 4ba8c8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
# Current Version (Still in Development)
44

55
## Major Features and Improvements
6+
67
* Adds `tft.DatasetMetadata` and its factory method `from_feature_spec` as
78
public APIs to be used when using the "instance dict" data format.
9+
* Depends on `apache-beam[gcp]>=2.38,<3`.
810

911
## Bug Fixes and Other Changes
1012

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _make_required_install_packages():
4343
# protobuf) with TF and pyarrow version with tfx-bsl.
4444
return [
4545
'absl-py>=0.9,<2.0.0',
46-
'apache-beam[gcp]>=2.36,<3',
46+
'apache-beam[gcp]>=2.38,<3',
4747
'numpy>=1.16,<2',
4848
'protobuf>=3.13,<4',
4949
'pyarrow>=1,<6',

0 commit comments

Comments
 (0)