Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps google-cloud-aiplatform from 1.97.0 to 1.115.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

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)
  • Update list_deploy_options api for Vertex AI Model Garden custom model to support filtering by machines that user has quota for. (540e9e0)

Bug Fixes

  • GenAI Client(evals) - Improve LiteLLM model completion response parsing (ff55a48)
  • Update definition of async_add_session_to_memory to not depend on Session (dc9a5da)

Documentation

  • Add Agent Engine with ADK examples to README. (c74305b)
  • Streamline installation section in README and add uv package installation command (bf91a55)

Miscellaneous Chores

v1.114.0

1.114.0 (2025-09-16)

Features

  • GenAI SDK client - Add experimental list_prompts() and list_versions() methods to Prompt Management (18a5559)

Bug Fixes

  • GenAI SDK client - Add agent_server_mode arg to AgentEngineConfig and pass it to API request if present. (1f821fd)

v1.113.0

1.113.0 (2025-09-12)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

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)

Bug Fixes

  • GenAI Client(evals) - Improve LiteLLM model completion response parsing (ff55a48)
  • Update definition of async_add_session_to_memory to not depend on Session (dc9a5da)

Documentation

  • Add Agent Engine with ADK examples to README. (c74305b)
  • Streamline installation section in README and add uv package installation command (bf91a55)

Miscellaneous Chores

1.114.0 (2025-09-16)

Features

  • GenAI SDK client - Add experimental list_prompts() and list_versions() methods to Prompt Management (18a5559)

Bug Fixes

  • GenAI SDK client - Add agent_server_mode arg to AgentEngineConfig and pass it to API request if present. (1f821fd)

1.113.0 (2025-09-12)

Features

... (truncated)

Commits
  • 2e39d0d chore(main): release 1.115.0 (#5814)
  • c74305b docs: Add Agent Engine with ADK examples to README.
  • bcf9ce0 chore: release 1.115.0
  • 97a6e71 feat: Add has_template_config to MultimodalDataset.
  • bf91a55 docs: streamline installation section in README and add uv package installati...
  • d8de037 feat: GenAI SDK client - add experimental async create_version and get method...
  • 002b441 feat: GenAI SDK client -- add support for user defined labels for ReasoningEn...
  • 3f7f976 feat: GenAI SDK client - Add experimental delete_prompt() and delete_version(...
  • 415cf26 feat!: GenAI SDK client - Modify optimize_prompt to return raw and parsed res...
  • dc9a5da fix: Update definition of async_add_session_to_memory to not depend on Session
  • 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.115.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.115.0)

---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.115.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 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 22, 2025 22:05
@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 22, 2025
@github-actions github-actions bot changed the title Bump google-cloud-aiplatform from 1.97.0 to 1.115.0 in /python Python: Bump google-cloud-aiplatform from 1.97.0 to 1.115.0 in /python Sep 22, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #13196.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/pip/python/google-cloud-aiplatform-1.115.0 branch September 29, 2025 23:01
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