Skip to content

Commit

Permalink
Bump up minimum apache-beam version to 2.38.0 to avoid data loss issue
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 448175647
  • Loading branch information
tfx-copybara committed May 12, 2022
1 parent 3b6af06 commit 9544f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Introduced `ParquetTFXIO` that allows reading data from Parquet files in
`pyarrow.RecordBatch` format.
* From this version we will be releasing python 3.9 wheels.
* Depends on `apache-beam[gcp]>=2.38,<3`.

## Bug Fixes and Other Changes

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def select_constraint(default, nightly=None, git_master=None):
# six, and protobuf) with TF.
install_requires=[
'absl-py>=0.9,<2.0.0',
'apache-beam[gcp]>=2.36,<3',
'apache-beam[gcp]>=2.38,<3',
'google-api-python-client>=1.7.11,<2',
'numpy>=1.16,<2',
'pandas>=1.0,<2',
Expand Down

0 comments on commit 9544f41

Please sign in to comment.