Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps google-cloud-aiplatform from 1.97.0 to 1.117.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.117.0

1.117.0 (2025-09-25)

Features

  • Expose user reservation for CustomModel (f796e74)
  • Gen AI SDK client - add experimental restore_version method to Prompt Management (820e0b6)

Documentation

  • Add generated docs for Gen AI Modules (c3c2f7f)

v1.116.0

1.116.0 (2025-09-22)

Features

  • Add experimental async list_prompts and list_version methods to prompt management (13a626b)
  • GenAI SDK client - add experimental async delete_prompt and delete_version method to Prompt Management (45e616a)
  • Update gapic utils to allows creating RAG clients with api_override (9851905)

Bug Fixes

  • GenAI Client(evals) - Add support for context in Grounding metric (e75d91f)
  • Pass plugins to the Runner in ADK template. (b43b7b4)

Documentation

  • Update AgentEngine with ADK template to the version in GA (0d600fd)

v1.115.0

1.115.0 (2025-09-18)

⚠ BREAKING CHANGES

  • The optimize_prompt method no longer returns the parsed response directly. Code must be updated to access the .raw_text_response or .parsed_response attribute on the new return object.

Features

  • Add has_template_config to MultimodalDataset. (97a6e71)
  • GenAI SDK client - add experimental async create_version and get methods to prompt management (d8de037)
  • GenAI SDK client - Add experimental delete_prompt() and delete_version() methods to Prompt Management (3f7f976)
  • GenAI SDK client - Modify optimize_prompt to return raw and parsed responses. (415cf26)
  • GenAI SDK client -- add support for user defined labels for ReasoningEngine (002b441)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.117.0 (2025-09-25)

Features

  • Expose user reservation for CustomModel (f796e74)
  • Gen AI SDK client - add experimental restore_version method to Prompt Management (820e0b6)

Documentation

  • Add generated docs for Gen AI Modules (c3c2f7f)

1.116.0 (2025-09-22)

Features

  • Add experimental async list_prompts and list_version methods to prompt management (13a626b)
  • GenAI SDK client - add experimental async delete_prompt and delete_version method to Prompt Management (45e616a)
  • Update gapic utils to allows creating RAG clients with api_override (9851905)

Bug Fixes

  • GenAI Client(evals) - Add support for context in Grounding metric (e75d91f)
  • Pass plugins to the Runner in ADK template. (b43b7b4)

Documentation

  • Update AgentEngine with ADK template to the version in GA (0d600fd)

1.115.0 (2025-09-18)

⚠ BREAKING CHANGES

  • The optimize_prompt method no longer returns the parsed response directly. Code must be updated to access the .raw_text_response or .parsed_response attribute on the new return object.

Features

  • Add has_template_config to MultimodalDataset. (97a6e71)
  • GenAI SDK client - add experimental async create_version and get methods to prompt management (d8de037)
  • GenAI SDK client - Add experimental delete_prompt() and delete_version() methods to Prompt Management (3f7f976)
  • GenAI SDK client - Modify optimize_prompt to return raw and parsed responses. (415cf26)
  • GenAI SDK client -- add support for user defined labels for ReasoningEngine (002b441)
  • Update list_deploy_options api for Vertex AI Model Garden custom model to support filtering by machines that user has quota for. (540e9e0)

... (truncated)

Commits
  • 523e16d chore(main): release 1.117.0 (#5839)
  • c3c2f7f docs: add generated docs for Gen AI Modules
  • f796e74 feat: expose user reservation for CustomModel
  • da8f96d chore: Ignore E704 errors to satisfy flake8 and black.
  • 820e0b6 feat: Gen AI SDK client - add experimental restore_version method to Prompt M...
  • 0c4143a chore(main): release 1.116.0 (#5828)
  • 9851905 feat: Update gapic utils to allows creating RAG clients with api_override
  • 0a78b6b chore: restrict litellm version 1.77.x due to breakage to resolve failures
  • b43b7b4 fix: Pass plugins to the Runner in ADK template.
  • e75d91f fix: GenAI Client(evals) - Add support for context in Grounding metric
  • 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.97.0 to 1.117.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.97.0...v1.117.0)

---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.117.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. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Sep 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 29, 2025 23:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Sep 29, 2025
@github-actions github-actions bot changed the title Bump google-cloud-aiplatform from 1.97.0 to 1.117.0 in /python Python: Bump google-cloud-aiplatform from 1.97.0 to 1.117.0 in /python Sep 29, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2025

Superseded by #13225.

@dependabot dependabot bot closed this Oct 6, 2025
@dependabot dependabot bot deleted the dependabot/pip/python/google-cloud-aiplatform-1.117.0 branch October 6, 2025 22:17
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. Used by Dependabot. python Pull requests for the Python Semantic Kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants