Skip to content

build(deps): bump google-cloud-aiplatform from 1.42.1 to 1.112.0#378

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/google-cloud-aiplatform-1.112.0
Closed

build(deps): bump google-cloud-aiplatform from 1.42.1 to 1.112.0#378
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/google-cloud-aiplatform-1.112.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2025

Copy link
Copy Markdown
Contributor

Bumps google-cloud-aiplatform from 1.42.1 to 1.112.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.112.0

1.112.0 (2025-09-09)

Features

  • GenAI SDK client - Add A2A support in Agent Engine (d500945)
  • GenAI SDK client - Add Observability GenAI data format converter for evals (0665566)
  • GenAI SDK client - Add orderBy to ListMemories (c6872f0)
  • GenAI SDK client - Add support for loading evaluation datasets from Observability GCS sources (bfcccc9)
  • GenAI SDK client - Add the service account option for the agent engine (219c33f)
  • Adding gpu_partition_size parameter to Model.deploy() method. (966c236)
  • Change gpu_partition_size type hint to str. (910016d)
  • GenAI SDK client - Add api_key parameter to vertexai.Client (a9ffc60)
  • GenAI SDK client - Add experimental prompt_management module with create_version and get methods (d5a14ba)
  • GenAI SDK client - Add live/bidi agent deployment support for Agent Engine (74e3f25)
  • GenAI SDK client - Add sandbox code execution SDK support (74e52d9)
  • GenAI SDK client - Remove experimental warning from agent_engines module (42c3c9c)
  • GenAI SDK client - Support bidi stream query in agent engines and ADK template. (456249e)

Bug Fixes

  • GenAI SDK client - Allow for inheritance of clone behavior in AdkApp (e5ced93)
  • GenAI SDK client - Decrease polling interval for GenerateMemories and CreateSession (currently 10s) (77a3933)
  • GenAI SDK client - Fix deepcopy for RubricGenerationConfig in RubricBasedMetric. (e39f0bd)
  • GenAI SDK client - Handle empty GenerateMemories response (no memories generated) as valid response. (99f0078)

v1.111.0

1.111.0 (2025-08-27)

⚠ BREAKING CHANGES

  • GenAI SDK client - remove duplicate types for Content, Part, and evals

Features

  • Add disable_container_logging in v1beta1 api (3a75313)
  • Add encryption_spec support to Agent Engine genai sdk. (3bb8100)
  • Add API response for Gen AI Evaluation in Tuning (3a75313)
  • Add Customization Config to Memory Bank (23d7681)
  • Add data foundry service synthetic data generation API for v1 (3a75313)
  • Add new api for getting deploy options for Vertex AI Model Garden custom model (d0c7803)
  • Add support for plugins and credential service in AdkApp (93561a7)
  • Add TTL fields for Memory Bank and Sessions (eff6c58)
  • Adding gpu_partition_size parameter to Endpoint.deploy() method. (7ebbddb)
  • Enabled deploy dedicated endpoint by default (1a3f477)
  • GenAI SDK client - Add live/bidi streaming support for Agent Engine (4fec136)
  • GenAI SDK client(evals) - Implement Predefined metrics support in Vertex GenAI Eval SDK (248a365)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.112.0 (2025-09-09)

Features

  • GenAI SDK client - Add A2A support in Agent Engine (d500945)
  • GenAI SDK client - Add Observability GenAI data format converter for evals (0665566)
  • GenAI SDK client - Add orderBy to ListMemories (c6872f0)
  • GenAI SDK client - Add support for loading evaluation datasets from Observability GCS sources (bfcccc9)
  • GenAI SDK client - Add the service account option for the agent engine (219c33f)
  • Adding gpu_partition_size parameter to Model.deploy() method. (966c236)
  • Change gpu_partition_size type hint to str. (910016d)
  • GenAI SDK client - Add api_key parameter to vertexai.Client (a9ffc60)
  • GenAI SDK client - Add experimental prompt_management module with create_version and get methods (d5a14ba)
  • GenAI SDK client - Add live/bidi agent deployment support for Agent Engine (74e3f25)
  • GenAI SDK client - Add sandbox code execution SDK support (74e52d9)
  • GenAI SDK client - Remove experimental warning from agent_engines module (42c3c9c)
  • GenAI SDK client - Support bidi stream query in agent engines and ADK template. (456249e)

Bug Fixes

  • Allow for inheritance of clone behavior in AdkApp (e5ced93)
  • GenAI SDK client - Decrease polling interval for GenerateMemories and CreateSession (currently 10s) (77a3933)
  • GenAI SDK client - Fix deepcopy for RubricGenerationConfig in RubricBasedMetric. (e39f0bd)
  • GenAI SDK client - Handle empty GenerateMemories response (no memories generated) as valid response. (99f0078)

1.111.0 (2025-08-27)

⚠ BREAKING CHANGES

  • GenAI SDK client - remove duplicate types for Content, Part, and evals

Features

  • Add disable_container_logging in v1beta1 api (3a75313)
  • Add encryption_spec support to Agent Engine genai sdk. (3bb8100)
  • Add API response for Gen AI Evaluation in Tuning (3a75313)
  • Add Customization Config to Memory Bank (23d7681)
  • Add data foundry service synthetic data generation API for v1 (3a75313)
  • Add new api for getting deploy options for Vertex AI Model Garden custom model (d0c7803)
  • Add support for plugins and credential service in AdkApp (93561a7)
  • Add TTL fields for Memory Bank and Sessions (eff6c58)
  • Adding gpu_partition_size parameter to Endpoint.deploy() method. (7ebbddb)
  • Enabled deploy dedicated endpoint by default (1a3f477)
  • GenAI SDK client - Add live/bidi streaming support for Agent Engine (4fec136)
  • GenAI SDK client(evals) - Implement Predefined metrics support in Vertex GenAI Eval SDK (248a365)
  • GenAI SDK client(evals) - Release GenAI evals module to public preview and remove experimental warning from client.evals module (b915b61)
  • GenAI SDK client(evals) - Support Predefined Metrics in generate_rubrics (c0b6f5c)

... (truncated)

Commits
  • 36013de chore(main): release 1.112.0 (#5758)
  • d500945 feat: add A2A support in Agent Engine
  • e3a2ebe feat: add A2A support in Agent Engine
  • 8cf7994 feat: add A2A support in Agent Engine
  • e39f0bd fix: Fix deepcopy for RubricGenerationConfig in RubricBasedMetric.
  • fe577ee chore: GenAI SDK client - refactor prompt management operations to use Operat...
  • c6872f0 feat: Add orderBy to ListMemories
  • 74e3f25 feat: GenAI SDK client - Add live/bidi agent deployment support for Agent Engine
  • d5a14ba feat: GenAI SDK client - Add experimental prompt_management module with creat...
  • 77a3933 fix: Decrease polling interval for GenerateMemories and CreateSession (curren...
  • 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.42.1 to 1.112.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.42.1...v1.112.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 10, 2025
@github-actions github-actions Bot enabled auto-merge September 10, 2025 20:12
@sonarqubecloud

Copy link
Copy Markdown

@dependabot @github

dependabot Bot commented on behalf of github Sep 12, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #380.

@dependabot dependabot Bot closed this Sep 12, 2025
auto-merge was automatically disabled September 12, 2025 20:09

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/google-cloud-aiplatform-1.112.0 branch September 12, 2025 20:09
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.

0 participants