Skip to content

build(deps): bump google-cloud-aiplatform from 1.143.0 to 1.145.0 in the google-cloud group across 1 directory - #310

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/google-cloud-450ae817ed
Closed

build(deps): bump google-cloud-aiplatform from 1.143.0 to 1.145.0 in the google-cloud group across 1 directory#310
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/google-cloud-450ae817ed

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the google-cloud group with 1 update in the / directory: google-cloud-aiplatform.

Updates google-cloud-aiplatform from 1.143.0 to 1.145.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.145.0

1.145.0 (2026-04-01)

Features

  • Add session_id to Create Session to allow custom session id (bea67c2)
  • Eval SDK: Migrate model call method by genai SDK usage (ff5e246)
  • Eval SDK: Migrate model call method by genai SDK usage in preview foler (ad36123)
  • Limit metric registry support to only custom code execution metric and llm based metric in SDK (c12aedc)

Bug Fixes

  • Increase default timeout to 600 seconds for ask_contexts and async_retrieve_contexts in VertexRagServiceClient. (3de2c1e)

v1.144.0

1.144.0 (2026-03-31)

⚠ BREAKING CHANGES

  • Breaking change in experimental methods: create_from_bigquery and update_multimodal_dataset no longer automatically prepend a missing bq:// prefix for BigQuery URIs. When using the new function MultimodalDataset.set_bigquery_uri the prefix will still be added if needed.

Features

  • Add metadata_filter usage to all retrieval and generator methods in rag_retrieval.py (841c597)
  • Add container_spec to Reasoning Engine public protos (9a0eefb)
  • Add container_spec to Reasoning Engine public protos (9a0eefb)
  • Add support for container_spec in AgentEngines (da663c0)
  • GenAI SDK client(multimodal) - Add metadata helpers to MultimodalDataset. (e164b19)
  • Publish client batch config schema (9a0eefb)
  • Refactor evaluation instance building and update LLM metric handler (7a3b436)
  • Update the interface for custom code execution metric while maintaining remote_custom_function support for backward compatibility (f7733ec)

Bug Fixes

  • Auto-created GCS staging bucket names are less predictable (1a33ad9)
  • GenAI SDK client(multimodal) - Replace blocking calls in create_from_pandas with async versions. (2767273)
  • Introduce timeout for outgoing A2A requests from AgentEngine (78525d2)
  • Relax the requirement to specify class_methods if image_spec/container_spec is provided (6f7b12c)
  • Standardize on the app_name in AdkApp (ee9fbe1)

Documentation

  • Update API common type documentation (9a0eefb)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.145.0 (2026-04-01)

Features

  • Add session_id to Create Session to allow custom session id (bea67c2)
  • Eval SDK: Migrate model call method by genai SDK usage (ff5e246)
  • Eval SDK: Migrate model call method by genai SDK usage in preview foler (ad36123)
  • Limit metric registry support to only custom code execution metric and llm based metric in SDK (c12aedc)

Bug Fixes

  • Increase default timeout to 600 seconds for ask_contexts and async_retrieve_contexts in VertexRagServiceClient. (3de2c1e)

1.144.0 (2026-03-31)

⚠ BREAKING CHANGES

  • create_from_bigquery and update_multimodal_dataset no longer automatically prepend a missing bq:// prefix for BigQuery URIs. When using the new function MultimodalDataset.set_bigquery_uri the prefix will still be added if needed.

Features

  • Add metadata_filter usage to all retrieval and generator methods in rag_retrieval.py (841c597)
  • Add container_spec to Reasoning Engine public protos (9a0eefb)
  • Add container_spec to Reasoning Engine public protos (9a0eefb)
  • Add support for container_spec in AgentEngines (da663c0)
  • GenAI SDK client(multimodal) - Add metadata helpers to MultimodalDataset. (e164b19)
  • Publish client batch config schema (9a0eefb)
  • Refactor evaluation instance building and update LLM metric handler (7a3b436)
  • Update the interface for custom code execution metric while maintaining remote_custom_function support for backward compatibility (f7733ec)

Bug Fixes

  • Auto-created GCS staging bucket names are less predictable (1a33ad9)
  • GenAI SDK client(multimodal) - Replace blocking calls in create_from_pandas with async versions. (2767273)
  • Introduce timeout for outgoing A2A requests from AgentEngine (78525d2)
  • Relax the requirement to specify class_methods if image_spec/container_spec is provided (6f7b12c)
  • Standardize on the app_name in AdkApp (ee9fbe1)

Documentation

  • Update API common type documentation (9a0eefb)

Miscellaneous Chores

... (truncated)

Commits
  • 7a8f703 chore(main): release 1.145.0 (#6524)
  • ad36123 feat: Eval SDK: Migrate model call method by genai SDK usage in preview foler
  • 3de2c1e fix: Increase default timeout to 600 seconds for ask_contexts and async_retri...
  • ff5e246 feat: Eval SDK: Migrate model call method by genai SDK usage
  • bea67c2 feat: Add session_id to Create Session to allow custom session id
  • c12aedc feat: Limit metric registry support to only custom code execution metric and ...
  • 1fba45b chore(main): release 1.144.0 (#6486)
  • 1a33ad9 fix: auto-created GCS staging bucket names are less predictable
  • f7733ec feat: Update the interface for custom code execution metric while maintaining...
  • 2ad586d chore: release 1.144.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 7, 2026
Bumps the google-cloud group with 1 update: [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform).


Updates `google-cloud-aiplatform` from 1.143.0 to 1.145.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.143.0...v1.145.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump google-cloud-aiplatform from 1.143.0 to 1.145.0 in the google-cloud group build(deps): bump google-cloud-aiplatform from 1.143.0 to 1.145.0 in the google-cloud group across 1 directory Apr 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/google-cloud-450ae817ed branch from db52921 to b032dda Compare April 7, 2026 18:53
@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

All CI checks passed for this core dependency update.

@em-pe Please review and merge manually.

google-cloud-aiplatform 1.143.0 → 1.145.0

Breaking changes:

  • create_from_bigquery and update_multimodal_dataset (experimental) no longer automatically prepend bq:// prefix for BigQuery URIs — not relevant to kedro-vertexai

Deprecations:

  • None

Notable changes:

  • Bug fix: Auto-created GCS staging bucket names are now less predictable (v1.144.0) — low impact for kedro-vertexai, but worth noting if your pipelines rely on predictable staging bucket naming
  • Bug fix: Increased default timeout to 600s for ask_contexts/async_retrieve_contexts in VertexRagServiceClient (v1.145.0)
  • Feature: container_spec added to Reasoning Engine / AgentEngine public protos (v1.144.0)
  • Feature: session_id support added to Create Session API (v1.145.0)
  • Other changes are in Eval SDK, RAG retrieval, and GenAI multimodal dataset APIs — not used by kedro-vertexai

Risk assessment: Low — all changes are in areas unrelated to kedro-vertexai's core functionality (pipeline execution, KFP compilation, GCP Pipelines deployment). The one breaking change only affects experimental multimodal dataset methods not used by this plugin.

Full changelog

1.145.0 (2026-04-01)

Features:

  • Add session_id to Create Session to allow custom session id
  • Eval SDK: Migrate model call method by genai SDK usage
  • Eval SDK: Migrate model call method by genai SDK usage in preview folder
  • Limit metric registry support to only custom code execution metric and llm based metric in SDK

Bug Fixes:

  • Increase default timeout to 600 seconds for ask_contexts and async_retrieve_contexts in VertexRagServiceClient

1.144.0 (2026-03-31)

⚠ BREAKING CHANGES:

  • create_from_bigquery and update_multimodal_dataset no longer automatically prepend a missing bq:// prefix for BigQuery URIs. When using the new function MultimodalDataset.set_bigquery_uri the prefix will still be added if needed.

Features:

  • Add metadata_filter usage to all retrieval and generator methods in rag_retrieval.py
  • Add container_spec to Reasoning Engine public protos
  • Add support for container_spec in AgentEngines
  • GenAI SDK client(multimodal) - Add metadata helpers to MultimodalDataset
  • Publish client batch config schema
  • Refactor evaluation instance building and update LLM metric handler
  • Update the interface for custom code execution metric while maintaining remote_custom_function support for backward compatibility

Bug Fixes:

  • Auto-created GCS staging bucket names are less predictable
  • GenAI SDK client(multimodal) - Replace blocking calls in create_from_pandas with async versions
  • Introduce timeout for outgoing A2A requests from AgentEngine
  • Relax the requirement to specify class_methods if image_spec/container_spec is provided
  • Standardize on the app_name in AdkApp

Note

🔒 Integrity filter blocked 2 items

The following items were blocked because they don't meet the GitHub integrity level.

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by Core Dependency Review Agent ·

@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

All CI checks passed for this core dependency update.

@em-pe Please review and merge manually.

google-cloud-aiplatform 1.143.0 → 1.145.0

Breaking changes:

  • create_from_bigquery and update_multimodal_dataset (experimental) no longer auto-prepend bq:// prefix for BigQuery URIs — not relevant to kedro-vertexai (pipeline execution API is unaffected)

Deprecations:

  • None

Notable changes:

v1.145.0 (2026-04-01):

  • Add session_id parameter to Create Session API for custom session IDs
  • Eval SDK: migrate model call methods to genai SDK
  • Limit metric registry to custom code execution and LLM-based metrics
  • Fix: increase default timeout to 600s for ask_contexts/async_retrieve_contexts in VertexRagServiceClient

v1.144.0 (2026-03-31):

  • Fix: auto-created GCS staging bucket names are now less predictable (minor consideration if code relies on deterministic bucket names)
  • Add container_spec support to Reasoning Engine / AgentEngines
  • Add metadata_filter to RAG retrieval methods
  • GenAI SDK multimodal dataset helpers and async fixes
  • AgentEngine: timeout for outgoing A2A requests

Risk assessment: Low — all changes are in GenAI/Eval/RAG/AgentEngine subcomponents; none touch the Vertex AI Pipelines API that kedro-vertexai uses for pipeline compilation and execution.

Full changelog

1.145.0 (2026-04-01)

Features

  • Add session_id to Create Session to allow custom session id (bea67c2)
  • Eval SDK: Migrate model call method by genai SDK usage (ff5e246)
  • Eval SDK: Migrate model call method by genai SDK usage in preview folder (ad36123)
  • Limit metric registry support to only custom code execution metric and llm based metric in SDK (c12aedc)

Bug Fixes

  • Increase default timeout to 600 seconds for ask_contexts and async_retrieve_contexts in VertexRagServiceClient (3de2c1e)

1.144.0 (2026-03-31)

⚠ BREAKING CHANGES

  • Breaking change in experimental methods: create_from_bigquery and update_multimodal_dataset no longer automatically prepend a missing bq:// prefix for BigQuery URIs. When using the new function MultimodalDataset.set_bigquery_uri the prefix will still be added if needed.

Features

  • Add metadata_filter usage to all retrieval and generator methods in rag_retrieval.py (841c597)
  • Add container_spec to Reasoning Engine public protos (9a0eefb)
  • Add support for container_spec in AgentEngines (da663c0)
  • GenAI SDK client(multimodal) - Add metadata helpers to MultimodalDataset (e164b19)
  • Publish client batch config schema (9a0eefb)
  • Refactor evaluation instance building and update LLM metric handler (7a3b436)
  • Update the interface for custom code execution metric while maintaining remote_custom_function support for backward compatibility (f7733ec)

Bug Fixes

  • Auto-created GCS staging bucket names are less predictable (1a33ad9)
  • GenAI SDK client(multimodal) - Replace blocking calls in create_from_pandas with async versions (2767273)
  • Introduce timeout for outgoing A2A requests from AgentEngine (78525d2)
  • Relax the requirement to specify class_methods if image_spec/container_spec is provided (6f7b12c)
  • Standardize on the app_name in AdkApp (ee9fbe1)

Note

🔒 Integrity filter blocked 3 items

The following items were blocked because they don't meet the GitHub integrity level.

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by Core Dependency Review Agent ·

@dependabot @github

dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like google-cloud-aiplatform is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 14, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/google-cloud-450ae817ed branch April 14, 2026 18:24
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