Skip to content

Commit 2e7592f

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
updating protobuf>=4.25.2,<5' and apache-beam[gcp]>=2.53,<3
PiperOrigin-RevId: 611216684
1 parent 1e2b71f commit 2e7592f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* Enable passing `tf.saved_model.SaveOptions` to model saving functionality.
1717
* Census and sentiment examples updated to only use Keras instead of
1818
estimator.
19+
* Depends on `apache-beam>=2.53,<3`.
20+
* Depends on `protobuf>=4.25.2,<5`.
1921

2022
## Breaking Changes
2123

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ 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.47,<3',
46+
'apache-beam[gcp]>=2.53,<3',
4747
'numpy>=1.22.0',
48-
'protobuf>=3.20.3,<5',
48+
'protobuf>=4.25.2,<5',
4949
'pyarrow>=10,<11',
5050
'pydot>=1.2,<2',
5151
# TODO(b/303870331) Update to '>=2.17,<3' once the rest of the ecosystem

0 commit comments

Comments
 (0)