Skip to content

build(deps): bump google-cloud-aiplatform from 1.42.1 to 1.92.0#331

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2025

Copy link
Copy Markdown
Contributor

Bumps google-cloud-aiplatform from 1.42.1 to 1.92.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.92.0

1.92.0 (2025-05-08)

⚠ BREAKING CHANGES

  • Removed support for session resource paths that do not include reasoning engine

Features

  • [vertexai] Added a concise option to OpenModel.list_deploy_options() (acc301a)
  • [vertexai] Added system labels to OpenModel.deploy() (acc301a)
  • A new field system_labels is added to message google.cloud.aiplatform.v1beta1.DeployRequest (1f98f4e)
  • Add enable_custom_service_account parameter (must be set to True for successful Persistent Resource). The service_account parameter is retained for backward compatibility. (bf79bdf)
  • Add dedicated_endpoint_enabled and dedicated_endpoint_dns property. (32ee6d9)
  • Add gemini_request_read_config field to AssembleDataRequest and AssessDataRequest in aiplatform v1beta (1f98f4e)
  • Add google.genai.types.Content as an allowed message type to ADK's stream_query method (6b131d1)
  • Adding ThinkingConfig to v1 client library (1f98f4e)
  • Adding ThinkingConfig to v1beta1 client library (1f98f4e)
  • Allow customers to set encryption_spec for context caching (1f98f4e)
  • Deprecate election category HARM_CATEGORY_CIVIC_INTEGRITY (1f98f4e)
  • Deprecated EventActions.transfer_to_agent and replaced with EventActions.transfer_agent (1f98f4e)
  • Implement check_license_agreement_status and accept_model_license_agreement for Model Garden OpenModel. (3289d92)
  • In predict/rawPredict/streamRawPredict, send requests to the correct DNS based on endpoint type. (32ee6d9)
  • Model Registry Model Checkpoint API (1f98f4e)
  • New fields ref and defs are added to message .google.cloud.aiplatform.v1.Schema (1f98f4e)
  • Remove the requirement for a staging bucket to be set if an agent engine is created without extra packages or requirements files. (6de9de1)

Bug Fixes

  • Only set parameters when it is not None for predict requests. (32ee6d9)
  • Raise exception with details for dedicated endpoint if predict failed. (32ee6d9)
  • Removed support for session resource paths that do not include reasoning engine (1f98f4e)
  • Set the app_name in AdkApp template to GOOGLE_CLOUD_AGENT_ENGINE_ID if it exists. (1cbe028)

Documentation

  • Deprecate election category HARM_CATEGORY_CIVIC_INTEGRITY (1f98f4e)
  • Fix comment for field_mapping field in GeminiTemplateConfig (1f98f4e)
  • Update an outdated URL (1f98f4e)

Miscellaneous Chores

v1.91.0

1.91.0 (2025-04-30)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.92.0 (2025-05-08)

⚠ BREAKING CHANGES

  • Removed support for session resource paths that do not include reasoning engine

Features

  • [vertexai] Added a concise option to OpenModel.list_deploy_options() (acc301a)
  • [vertexai] Added system labels to OpenModel.deploy() (acc301a)
  • A new field system_labels is added to message google.cloud.aiplatform.v1beta1.DeployRequest (1f98f4e)
  • Add enable_custom_service_account parameter (must be set to True for successful Persistent Resource). The service_account parameter is retained for backward compatibility. (bf79bdf)
  • Add dedicated_endpoint_enabled and dedicated_endpoint_dns property. (32ee6d9)
  • Add gemini_request_read_config field to AssembleDataRequest and AssessDataRequest in aiplatform v1beta (1f98f4e)
  • Add google.genai.types.Content as an allowed message type to ADK's stream_query method (6b131d1)
  • Adding ThinkingConfig to v1 client library (1f98f4e)
  • Adding ThinkingConfig to v1beta1 client library (1f98f4e)
  • Allow customers to set encryption_spec for context caching (1f98f4e)
  • Deprecate election category HARM_CATEGORY_CIVIC_INTEGRITY (1f98f4e)
  • Deprecated EventActions.transfer_to_agent and replaced with EventActions.transfer_agent (1f98f4e)
  • Implement check_license_agreement_status and accept_model_license_agreement for Model Garden OpenModel. (3289d92)
  • In predict/rawPredict/streamRawPredict, send requests to the correct DNS based on endpoint type. (32ee6d9)
  • Model Registry Model Checkpoint API (1f98f4e)
  • New fields ref and defs are added to message .google.cloud.aiplatform.v1.Schema (1f98f4e)
  • New fields ref and defs are added to message .google.cloud.aiplatform.v1beta1.Schema (1f98f4e)
  • Remove the requirement for a staging bucket to be set if an agent engine is created without extra packages or requirements files. (6de9de1)

Bug Fixes

  • Only set parameters when it is not None for predict requests. (32ee6d9)
  • Raise exception with details for dedicated endpoint if predict failed. (32ee6d9)
  • Removed support for session resource paths that do not include reasoning engine (1f98f4e)
  • Set the app_name in AdkApp template to GOOGLE_CLOUD_AGENT_ENGINE_ID if it exists. (1cbe028)

Documentation

  • Deprecate election category HARM_CATEGORY_CIVIC_INTEGRITY (1f98f4e)
  • Fix comment for field_mapping field in GeminiTemplateConfig (1f98f4e)
  • Update an outdated URL (1f98f4e)

Miscellaneous Chores

1.91.0 (2025-04-30)

... (truncated)

Commits
  • f4cc2b6 chore(main): release 1.92.0 (#5288)
  • 5d60f6b chore: release 1.92.0
  • d64c414 Copybara import of the project:
  • c9d624f chore: add GenAI client
  • acc301a feat: [vertexai] Added system labels to OpenModel.deploy()
  • bf79bdf feat: Add enable_custom_service_account parameter (must be set to True fo...
  • 6de9de1 feat: Remove the requirement for a staging bucket to be set if an agent engin...
  • 32ee6d9 feat: Add dedicated_endpoint_enabled and dedicated_endpoint_dns property.
  • 6b131d1 feat: Add google.genai.types.Content as an allowed message type to ADK's stre...
  • 1cbe028 fix: Set the app_name in AdkApp template to GOOGLE_CLOUD_AGENT_ENGINE_ID if i...
  • 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.92.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.92.0)

---
updated-dependencies:
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.92.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 May 8, 2025
@github-actions github-actions Bot enabled auto-merge May 8, 2025 20:28
@sonarqubecloud

sonarqubecloud Bot commented May 8, 2025

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.92.077 -14100100100100

View full report

@dependabot @github

dependabot Bot commented on behalf of github May 15, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #335.

@dependabot dependabot Bot closed this May 15, 2025
auto-merge was automatically disabled May 15, 2025 20:52

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/google-cloud-aiplatform-1.92.0 branch May 15, 2025 20:52
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