Skip to content

Commit 9f05db3

Browse files
authored
Bumping google-cloud-aiplatform to 1.4.3 or below (#4304)
* Update dependencies.py * Update RELEASE.md
1 parent 174e475 commit 9f05db3

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
@@ -47,6 +47,7 @@
4747
* Fixed missing type information marker file 'py.typed'.
4848
* Depends on `apache-beam[gcp]>=2.32,<3`.
4949
* Depends on `google-cloud-bigquery>=1.28.0,<3`.
50+
* Depends on `google-cloud-aiplatform>=0.5.0,<=1.4.3`.
5051
* Depends on `jinja2>=2.7.3,<4`, i.e. now supports Jinja 3.x.
5152
* Depends on `keras-tuner>=1.0.4,<2`.
5253
* Depends on `kfp>=1.6.1,!=1.7.2,<1.8.2` in \[kfp\] extra.

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
'apache-beam[gcp]>=2.32,<3',
7777
'attrs>=19.3.0,<21',
7878
'click>=7,<8',
79-
'google-cloud-aiplatform>=0.5.0,<0.8',
79+
'google-cloud-aiplatform>=0.5.0,<=1.4.3',
8080
'google-cloud-bigquery>=2.26.0,<3',
8181
'grpcio>=1.28.1,<2',
8282
'keras-tuner>=1.0.4,<2',

0 commit comments

Comments
 (0)