Skip to content

build(deps): bump google-cloud-aiplatform from 1.42.1 to 1.117.0#386

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps google-cloud-aiplatform from 1.42.1 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.42.1 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.42.1...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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 26, 2025
@github-actions github-actions Bot enabled auto-merge September 26, 2025 20:10
@sonarqubecloud

Copy link
Copy Markdown

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgoogle-cloud-aiplatform@​1.42.1 ⏵ 1.117.0100 +9100100100100

View full report

@dependabot @github

dependabot Bot commented on behalf of github Sep 30, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #388.

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

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/google-cloud-aiplatform-1.117.0 branch September 30, 2025 20:10
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