Skip to content

Bump google-cloud-aiplatform from 1.158.0 to 1.159.0 in /docker/google-vision-api#45171

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/docker/google-vision-api/google-cloud-aiplatform-1.159.0
Open

Bump google-cloud-aiplatform from 1.158.0 to 1.159.0 in /docker/google-vision-api#45171
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/docker/google-vision-api/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.158.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

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

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 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 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.158.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.158.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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2026
@xsoar-bot

Copy link
Copy Markdown

Docker Image Ready - Dev

Docker automatic build has deployed your docker image: devdemisto/google-vision-api:1.0.0.10645322
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/google-vision-api/tags
Get started by pulling the image:

docker pull devdemisto/google-vision-api:1.0.0.10645322

Docker Metadata

  • Image Size: 123.09 MB
  • Image ID: sha256:156546e733b8645d4d70e679dadec8ea028124672416da6b28ef539d9371718f
  • Created: 2026-07-01T14:18:50.419897818Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
    • PYTHON_VERSION=3.12.13
    • PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684
    • DOCKER_IMAGE=devdemisto/google-vision-api:1.0.0.10645322
  • Labels:
    • org.opencontainers.image.authors:Demisto <containers@demisto.com>
    • org.opencontainers.image.revision:8dd1ecdac43e42f21fa09ddc3b1e1b963c36c132
    • org.opencontainers.image.version:1.0.0.10645322

@content-bot

Copy link
Copy Markdown
Contributor

🔍 AI Triage Report Available

An automated triage report has been generated for this pipeline.

Status: success
Report ID: f50fea719b956c34

📋 Triage Report

⚠️ AI-generated triage. Validate before acting.

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.

2 participants