Skip to content

build(deps): bump google-cloud-aiplatform from 1.154.0 to 1.159.0#130

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/google-cloud-aiplatform-1.159.0
Jul 1, 2026
Merged

build(deps): bump google-cloud-aiplatform from 1.154.0 to 1.159.0#130
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/google-cloud-aiplatform-1.159.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps google-cloud-aiplatform from 1.154.0 to 1.159.0.

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.159.0

1.159.0 (2026-06-30)

⚠ BREAKING CHANGES

  • datasets.assemble now returns tuple[str, Optional[bigframes.pandas.DataFrame]] (the BigQuery table id without the bq:// prefix, and the assembled table as a BigFrames DataFrame) instead of the BigQuery URI str. By default no DataFrame is loaded (load_dataframe=False): the second element is None, no BigQuery read is performed, and bigframes is not required. Pass load_dataframe=True to load the assembled table.

Features

  • Add data_sharing_enabled_provider field (ModelProvider enum) to PublisherModelConfig (51c4d78)
  • Add deprecation warning to vertexai.rag module in favor of agentplatform.Client().rag (9ffcbce)
  • Add support for session TTL and expiration in Vertex AI session service (a2af300)
  • GenAI client - Add upload_file method to RAG module (13b685b)
  • GenAI client - Log operation name when RAG operation fails (e368858)
  • GenAI SDK client(multimodal) - Return the assembled table as a DataFrame from datasets.assemble. (8e52bd2)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add list_models and list_deployable_models support (9cd63ab)

Bug Fixes

  • Added safety checks in download_from_gcs (2f5c8f8)
  • ai_platform: Black check (97ee94a)
  • aiplatform: Safely parse bq:// URIs using removeprefix (97ee94a)
  • feature_store: Safely parse bq:// URIs using removeprefix (97ee94a)
  • Fix the async_stream_query method. Restore yield_parsed_json method lost during vertex -> agentplatform migration (2eb0fcb)
  • GenAI client - Update RagFile.file_status.state to use correct enum (548d897)
  • Google_auth_mock universe domain (35edd83)
  • offline_store: Safely parse bq:// URIs using removeprefix (97ee94a)
  • offline_store: Safely parse bq:// URIs using removeprefix (97ee94a)
  • Redact python_spec version in replay tests (8bc007b)
  • Resolve AttributeError by supporting both Pydantic and Protobuf AgentCard serialization (4c0c368)

Documentation

  • Fix typos across docstrings (dd52cad)
  • GenAI client - Update docstrings for RAG GenAI Module (9dbdc9c)

Miscellaneous Chores

v1.158.0

1.158.0 (2026-06-16)

Features

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.159.0 (2026-06-30)

⚠ BREAKING CHANGES

  • datasets.assemble now returns tuple[str, Optional[bigframes.pandas.DataFrame]] (the BigQuery table id without the bq:// prefix, and the assembled table as a BigFrames DataFrame) instead of the BigQuery URI str. By default no DataFrame is loaded (load_dataframe=False): the second element is None, no BigQuery read is performed, and bigframes is not required. Pass load_dataframe=True to load the assembled table.

Features

  • Add data_sharing_enabled_provider field (ModelProvider enum) to PublisherModelConfig (51c4d78)
  • Add deprecation warning to vertexai.rag module in favor of agentplatform.Client().rag (9ffcbce)
  • Add support for session TTL and expiration in Vertex AI session service (a2af300)
  • GenAI client - Add upload_file method to RAG module (13b685b)
  • GenAI client - Log operation name when RAG operation fails (e368858)
  • GenAI SDK client(multimodal) - Return the assembled table as a DataFrame from datasets.assemble. (8e52bd2)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add list_models and list_deployable_models support (9cd63ab)

Bug Fixes

  • Added safety checks in download_from_gcs (2f5c8f8)
  • ai_platform: Black check (97ee94a)
  • aiplatform: Safely parse bq:// URIs using removeprefix (97ee94a)
  • feature_store: Safely parse bq:// URIs using removeprefix (97ee94a)
  • Fix the async_stream_query method. Restore yield_parsed_json method lost during vertex -> agentplatform migration (2eb0fcb)
  • GenAI client - Update RagFile.file_status.state to use correct enum (548d897)
  • Google_auth_mock universe domain (35edd83)
  • offline_store: Safely parse bq:// URIs using removeprefix (97ee94a)
  • offline_store: Safely parse bq:// URIs using removeprefix (97ee94a)
  • Redact python_spec version in replay tests (8bc007b)
  • Resolve AttributeError by supporting both Pydantic and Protobuf AgentCard serialization (4c0c368)

Documentation

  • Fix typos across docstrings (dd52cad)
  • GenAI client - Update docstrings for RAG GenAI Module (9dbdc9c)

Miscellaneous Chores

1.158.0 (2026-06-16)

Features

  • Add ReasoningEngineRuntimeRevisionService and update related fields in ReasoningEngine (b51f0f6)
  • GenAI client - Add update_corpus and update_config methods to the RAG module (237c562)

... (truncated)

Commits
  • b636c73 chore(main): release 1.159.0 (#6938)
  • 51c4d78 Copybara import of the project:
  • 548d897 fix: GenAI client - Update RagFile.file_status.state to use correct enum
  • 1bbd635 chore: Mock gcs client to deflake unit test in gcs_utils.py
  • 9dbdc9c docs: GenAI client - Update docstrings for RAG GenAI Module
  • e17e0fc chore: release 1.159.0
  • 8bc007b fix: Redact python_spec version in replay tests
  • e368858 feat: GenAI client - Log operation name when RAG operation fails
  • 9ffcbce feat: Add deprecation warning to vertexai.rag module in favor of agentplatfor...
  • 2eb0fcb fix: fix the async_stream_query method. Restore yield_parsed_json method lost...
  • Additional commits viewable in compare view

@dependabot dependabot Bot requested a review from a team as a code owner July 1, 2026 06:43
@github-actions github-actions Bot enabled auto-merge (squash) July 1, 2026 06:43
Bumps [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) from 1.154.0 to 1.159.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.154.0...v1.159.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/google-cloud-aiplatform-1.159.0 branch from ca2bf0a to 1850eae Compare July 1, 2026 06:45
@github-actions github-actions Bot merged commit 8250857 into main Jul 1, 2026
3 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/google-cloud-aiplatform-1.159.0 branch July 1, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants