Skip to content

Commit e9b9ec5

Browse files
dhruvesh09jiyongjung
and
jiyongjung
authored
[r1.3.0 cherry-pick] Extends the maximum version of google-cloud-aiplatform to all 1.x versions (#4334)
* Extends the maximum version of google-cloud-aiplatform to all 1.x versions. PiperOrigin-RevId: 399573324 Co-authored-by: jiyongjung <jiyongjung@google.com>
1 parent 7f432b9 commit e9b9ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* Fixed missing type information marker file 'py.typed'.
4646
* Depends on `apache-beam[gcp]>=2.32,<3`.
4747
* Depends on `google-cloud-bigquery>=1.28.0,<3`.
48-
* Depends on `google-cloud-aiplatform>=0.5.0,<=1.4.3`.
48+
* Depends on `google-cloud-aiplatform>=0.5.0,<2`.
4949
* Depends on `jinja2>=2.7.3,<4`, i.e. now supports Jinja 3.x.
5050
* Depends on `keras-tuner>=1.0.4,<2`.
5151
* 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,<=1.4.3',
79+
'google-cloud-aiplatform>=0.5.0,<2',
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)