-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Update dependency google-cloud-aiplatform to v1.133.0 [SECURITY] #14087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| google-cloud-aiplatform==1.57.0 | ||
| google-cloud-aiplatform==1.133.0 | ||
| google-cloud-dataflow-client==0.8.14 | ||
| google-cloud-storage==2.10.0 | ||
| pytest==8.2.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| google-cloud-aiplatform[all]==1.64.0 | ||
| google-cloud-aiplatform[all]==1.133.0 | ||
| protobuf==5.29.5 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| google-auth==2.38.0 | ||
| openai==1.68.2 | ||
| google-cloud-aiplatform==1.86.0 | ||
| google-cloud-aiplatform==1.133.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ pandas==2.2.3; python_version == '3.8' | |
| pandas==2.2.3; python_version > '3.8' | ||
| pillow==10.4.0; python_version < '3.8' | ||
| pillow==10.4.0; python_version >= '3.8' | ||
| google-cloud-aiplatform[all]==1.69.0 | ||
| google-cloud-aiplatform[all]==1.133.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating |
||
| sentencepiece==0.2.0 | ||
| google-auth==2.38.0 | ||
| anthropic[vertex]==0.28.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| google-cloud-aiplatform==1.82.0 | ||
| google-cloud-aiplatform==1.133.0 | ||
| google-auth==2.38.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| google-cloud-aiplatform==1.87.0 | ||
| google-cloud-aiplatform==1.133.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| google-cloud-aiplatform[all]==1.103.0 | ||
| google-cloud-aiplatform[all]==1.133.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| earthengine-api==1.5.9 | ||
| folium==0.19.5 | ||
| google-cloud-aiplatform==1.47.0 | ||
| google-cloud-aiplatform==1.133.0 | ||
| pandas==2.2.3 | ||
| tensorflow==2.12.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| pillow==10.3.0 | ||
| apache-beam[gcp]==2.55.1 | ||
| google-cloud-aiplatform==1.47.0 | ||
| google-cloud-aiplatform==1.133.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| ../../serving/weather-model | ||
| build==0.10.0 | ||
| google-cloud-aiplatform==1.47.0 | ||
| google-cloud-aiplatform==1.133.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating
google-cloud-aiplatformto1.133.0introduces a breaking change for Vertex AI Experiments (see CVE-2026-2473). The SDK now requires an explicitstaging_bucketoruriwhen saving results to an experiment. The code ingenerative_ai/evaluation/pairwise_summarization_quality.pyuses Vertex AI Experiments (experiment='pairwise-experiment') without specifying astaging_bucketinvertexai.init(). This may lead to failures with version1.133.0due to the new security requirements for experiment storage. Consider updating the sample to provide a staging bucket.