Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps google-cloud-aiplatform from 1.110.0 to 1.122.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.122.0

1.122.0 (2025-10-21)

Features

  • Add STZ support for Endpoint.deploy and Model.deploy (preview). (7dd2629)
  • Add support for Python v3.13 (db286c4)
  • Add support for telemetry env enablement and logging setup in default instrumentor. (a26171c)
  • Allow Memory Revisions to be disabled (cf0948f)
  • Disable request/response content in custom ADK spans on Agent Engine in case there's no explicit consent (dc5dcc7)
  • GenAI Client(evals) - Add create_evaluation_set and create_evaluation_item methods to Vertex AI GenAI SDK evals (83553a9)
  • GenAI Client(evals) - Add evaluation_df input support to create_evaluation_run method in Vertex AI GenAI SDK evals (7a1262b)
  • GenAI Client(evals) - Add inference_configs to create_evaluation_run method in Vertex AI GenAI SDK evals (5b5e6bd)
  • GenAI Client(evals) - Add labels to EvaluationRun in Vertex AI GenAI SDK evals (67cf80b)
  • GenAI Client(evals) - Add metrics to create_evaluation_run method in Vertex AI GenAI SDK evals (ce35218)
  • GenAI Client(evals) - Add agent eval data converter evals (cd61c86)
  • GenAI Client(evals) - Add Detailed View to show method for EvaluationRun for Vertex AI GenAI SDK evals (dc16065)
  • GenAI Client(evals) - Register hallucination and tool_usage_quality metrics for agent eval (7ae013e)
  • GenAI Client(evals) - Update agent eval evaluation report dashboard (e2aa3eb)
  • GenAI SDK client - Add TTL support for Agent Engine Code Execution (9d139eb)
  • GenAI SDK client: Add async Memory and Memory Revisions methods (55b7c23)
  • GenAI SDK client(evals) - Add agent run in run_inference (8b9ed04)
  • GenAI SDK client(evals) - Add predefined metrics for Gecko text-to-image and text-to-video evaluations (b05e5b3)
  • GenAI SDK client(evals) - Update evaluate function to enable agent_info (d13b230)
  • GenAI SDK client(evals) Send agent eval request to EvaluateInstance (87ea594)
  • Support TTL (per Memory Bank and per-request) for Memory Revisions (cf0948f)

Bug Fixes

  • GenAI Client(evals) - Support multiple metrics in Detailed View show method for EvaluationRun for Vertex AI GenAI SDK evals (3ac82ea)
  • GenAI SDK (prompts) - Fix bug where passing encryption_spec to prompts.create raised an error (f0a4a00)

v1.121.0

1.121.0 (2025-10-15)

⚠ BREAKING CHANGES

  • remove deprecated transfer_to_agent parameter

Features

  • A new message ScaleToZeroSpec is added (62ea30a)
  • Add additional proto fields and GenerateFetchAccessToken API (62ea30a)
  • Add aspect_ratio and image_config for v1 version (62ea30a)
  • Add aspect_ratio and image_config for v1beta1 version (62ea30a)
  • Add async methods for Sessions and Session Events (ac6e0b4)
  • Add JAILBREAK as a new Prompt block reason in PredictionService (62ea30a)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.122.0 (2025-10-21)

Features

  • Add STZ support for Endpoint.deploy and Model.deploy (preview). (7dd2629)
  • Add support for Python v3.13 (db286c4)
  • Add support for telemetry env enablement and logging setup in default instrumentor. (a26171c)
  • Allow Memory Revisions to be disabled (cf0948f)
  • Disable request/response content in custom ADK spans on Agent Engine in case there's no explicit consent (dc5dcc7)
  • GenAI Client(evals) - Add create_evaluation_set and create_evaluation_item methods to Vertex AI GenAI SDK evals (83553a9)
  • GenAI Client(evals) - Add evaluation_df input support to create_evaluation_run method in Vertex AI GenAI SDK evals (7a1262b)
  • GenAI Client(evals) - Add inference_configs to create_evaluation_run method in Vertex AI GenAI SDK evals (5b5e6bd)
  • GenAI Client(evals) - Add labels to EvaluationRun in Vertex AI GenAI SDK evals (67cf80b)
  • GenAI Client(evals) - Add metrics to create_evaluation_run method in Vertex AI GenAI SDK evals (ce35218)
  • GenAI Client(evals) - Add agent eval data converter evals (cd61c86)
  • GenAI Client(evals) - Add Detailed View to show method for EvaluationRun for Vertex AI GenAI SDK evals (dc16065)
  • GenAI Client(evals) - Register hallucination and tool_usage_quality metrics for agent eval (7ae013e)
  • GenAI Client(evals) - Update agent eval evaluation report dashboard (e2aa3eb)
  • GenAI SDK client - Add TTL support for Agent Engine Code Execution (9d139eb)
  • GenAI SDK client: Add async Memory and Memory Revisions methods (55b7c23)
  • GenAI SDK client(evals) - Add agent run in run_inference (8b9ed04)
  • GenAI SDK client(evals) - Add predefined metrics for Gecko text-to-image and text-to-video evaluations (b05e5b3)
  • GenAI SDK client(evals) - Update evaluate function to enable agent_info (d13b230)
  • GenAI SDK client(evals) Send agent eval request to EvaluateInstance (87ea594)
  • Support TTL (per Memory Bank and per-request) for Memory Revisions (cf0948f)

Bug Fixes

  • GenAI Client(evals) - Support multiple metrics in Detailed View show method for EvaluationRun for Vertex AI GenAI SDK evals (3ac82ea)
  • GenAI SDK (prompts) - Fix bug where passing encryption_spec to prompts.create raised an error (f0a4a00)

1.121.0 (2025-10-15)

⚠ BREAKING CHANGES

  • remove deprecated transfer_to_agent parameter

Features

  • A new message ScaleToZeroSpec is added (62ea30a)
  • Add additional proto fields and GenerateFetchAccessToken API (62ea30a)
  • Add aspect_ratio and image_config for v1 version (62ea30a)
  • Add aspect_ratio and image_config for v1beta1 version (62ea30a)
  • Add async methods for Sessions and Session Events (ac6e0b4)
  • Add JAILBREAK as a new Prompt block reason in PredictionService (62ea30a)
  • Add JAILBREAK category to SafetySettings for prediction service (62ea30a)
  • Add JAILBREAK category to SafetySettings for prediction service (62ea30a)

... (truncated)

Commits
  • db8f686 chore(main): release 1.122.0 (#5926)
  • 67cf80b feat: GenAI Client(evals) - Add labels to EvaluationRun in Vertex AI GenAI ...
  • db286c4 feat: add support for Python v3.13
  • ce35218 feat: GenAI Client(evals) - Add metrics to create_evaluation_run method i...
  • b05e5b3 feat: GenAI SDK client(evals) - Add predefined metrics for Gecko text-to-imag...
  • 748286b chore: Refactor STZ arg checks for Endpoint.deploy and Model.deploy (preview).
  • 9d139eb feat: GenAI SDK client - Add TTL support for Agent Engine Code Execution
  • 3ac82ea fix: GenAI Client(evals) - Support multiple metrics in Detailed View show m...
  • 7a1262b feat: GenAI Client(evals) - Add evaluation_df input support to `create_eval...
  • 55b7c23 feat: GenAI SDK client: Add async Memory and Memory Revisions methods
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.110.0 to 1.122.0.
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.110.0...v1.122.0)

---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.122.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant