Skip to content

Commit 87e4f20

Browse files
dhruvesh09jiyongjung
and
jiyongjung
authored
Bumping up protobuf version to match the version required for Apache Beam 2.24.0.
PiperOrigin-RevId: 334063724 * Update dependencies.py * Update RELEASE.md Co-authored-by: jiyongjung <jiyongjung@google.com>
1 parent cf11fc8 commit 87e4f20

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
@@ -14,6 +14,7 @@
1414
* Depends on `absl-py>=0.9,<0.11`.
1515
* Depends on `apache-beam[gcp]>=2.24,<3`.
1616
* Depends on `ml-metadata>=0.24,<0.25`.
17+
* Depends on `protobuf>=3.12.2,<4`.
1718
* Depends on `tensorflow-data-validation>=0.24,<0.25`.
1819
* Depends on `tensorflow-model-analysis>=0.24.2,<0.25`.
1920
* Depends on `tensorflow-transform>=0.24,<0.25`.

tfx/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def make_required_install_packages():
7676
# LINT.ThenChange(opensource_only/build/tfx.workspace.bzl)
7777
nightly='>=0.25.0.dev',
7878
git_master='@git+https://github.com/google/ml-metadata@master'),
79-
'protobuf>=3.7,<4',
79+
'protobuf>=3.12.2,<4',
8080
'pyarrow>=0.17,<0.18',
8181
'pyyaml>=3.12,<6',
8282
'six>=1.10,<2',

0 commit comments

Comments
 (0)