Skip to content

Commit 1cfe943

Browse files
committed
Bump up minimum apache-beam version to 2.38.0 to avoid data loss issue
PiperOrigin-RevId: 448175647
1 parent a996b5c commit 1cfe943

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Schema inference handles derived features.
1414
* `StatsOptions.to_json` now raises an error if it encounters unsupported
1515
options.
16+
* Depends on `apache-beam[gcp]>=2.38,<3`.
1617

1718
## Known Issues
1819

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def select_constraint(default, nightly=None, git_master=None):
178178
# six, and protobuf) with TF.
179179
install_requires=[
180180
'absl-py>=0.9,<2.0.0',
181-
'apache-beam[gcp]>=2.36,<3',
181+
'apache-beam[gcp]>=2.38,<3',
182182
# TODO(b/139941423): Consider using multi-processing provided by
183183
# Beam's DirectRunner.
184184
'joblib>=0.12,<0.15', # Dependency for multi-processing.

0 commit comments

Comments
 (0)