Skip to content

Bump the google-cloud group across 1 directory with 4 updates - #107

Merged
WebbinRoot merged 1 commit into
mainfrom
dependabot/pip/google-cloud-e1cf6e162a
Aug 3, 2026
Merged

Bump the google-cloud group across 1 directory with 4 updates#107
WebbinRoot merged 1 commit into
mainfrom
dependabot/pip/google-cloud-e1cf6e162a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the google-cloud group with 4 updates in the / directory: google-api-core, google-cloud-aiplatform, google-cloud-bigquery and google-genai.

Updates google-api-core from 2.32.0 to 2.33.0

Release notes

Sourced from google-api-core's releases.

google-api-core: v2.33.0

2.33.0 (2026-07-22)

Features

  • api_core: add request-id auto-population logic to gapic_v1 public helpers (#17738) (68e1313)
  • api-core: add get_universe_domain helper to universe.py (#17799) (d461da7)

Bug Fixes

  • api-core: prevent overwriting explicit empty strings for optional request_id (#17798) (07f7503)
Commits
  • 6702c7a chore: release main (#17809)
  • 6ab2fe1 chore(main): release google-cloud-productregistry 0.1.0 (#17806)
  • cc109ca chore(main): release google-auth 2.56.2 (#17814)
  • 9668675 chore: update librarian to v0.28.0 (#17811)
  • d4b76fa chore(sqlalchemy-bigquery): restore complete coverage (#17770)
  • df0541a fix(gapic): mock os.path.exists in mTLS tests to support newer google auth (#...
  • 1a10e23 chore(main): release google-maps-isochrones 0.1.0 (#17804)
  • 2a2dc83 test(bigquery): add debug info to socket leak test (#17802)
  • b2d3fb9 chore(handwritten): centralize mypy configuration and update handwritten pack...
  • 2a7d346 tests: remove protobuf cpp from tests which is no longer used as of Protobuf ...
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform from 1.161.0 to 1.163.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.163.0

1.163.0 (2026-07-28)

Features

  • GenAI Client(evals) - add create EvaluationExperiment (07ade2e)
  • GenAI Client(evals) - add delete/update EvaluationExperiment (09e5a65)
  • GenAI Client(evals) - add get/list EvaluationExperiment (52b1c24)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model support (c2ba5d2)
  • Support us mREP endpoint for Batch Prediction, Training, and Online Prediction. (96a9fcf)

Bug Fixes

  • Depend on the autogen distribution instead of ag2 for the AG2 integration. (dbcf815)
  • GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error (a16fc0d)
  • Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion. (f93c455)
  • Send display_name when creating a sandbox environment template. (243ca19)

v1.162.0

1.162.0 (2026-07-21)

Features

  • Add detailed agent tool definitions for display (762079f)
  • Add Route to GroundingChunk.Maps in Vertex AI v1 (4331d55)
  • Add Route to GroundingChunk.Maps in Vertex AI v1beta1 (4331d55)
  • Delegate agent resolution to server via geminiAgentConfig (ab757c7)
  • GenAI client - Add warning on vertexai.Client instantiation and recommend agentplatform.Client (f141415)
  • GenAI Client(evals) - multi-turn user simulation for Gemini Agents API run_inference (c74e996)

Bug Fixes

  • Use the correct enum for RagFile.file_status (23145f3)

Documentation

  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • GenAI client - Add example usage to RAG docstrings (df3dcd9)
  • Update product name from "Vertex AI" to "Gemini Enterprise Agent Platform" in README, and add a note to rename Agent Engine to Agent Runtime in upcoming major release (a3179c2)
Changelog

Sourced from google-cloud-aiplatform's changelog.

1.163.0 (2026-07-28)

Features

  • GenAI Client(evals) - add create EvaluationExperiment (07ade2e)
  • GenAI Client(evals) - add delete/update EvaluationExperiment (09e5a65)
  • GenAI Client(evals) - add get/list EvaluationExperiment (52b1c24)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model support (c2ba5d2)
  • Support us mREP endpoint for Batch Prediction, Training, and Online Prediction. (96a9fcf)

Bug Fixes

  • Depend on the autogen distribution instead of ag2 for the AG2 integration. (dbcf815)
  • GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error (a16fc0d)
  • Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion. (f93c455)
  • Send display_name when creating a sandbox environment template. (243ca19)

1.162.0 (2026-07-21)

Features

  • Add detailed agent tool definitions for display (762079f)
  • Add Route to GroundingChunk.Maps in Vertex AI v1 (4331d55)
  • Add Route to GroundingChunk.Maps in Vertex AI v1beta1 (4331d55)
  • Delegate agent resolution to server via geminiAgentConfig (ab757c7)
  • GenAI client - Add warning on vertexai.Client instantiation and recommend agentplatform.Client (f141415)
  • GenAI Client(evals) - multi-turn user simulation for Gemini Agents API run_inference (c74e996)

Bug Fixes

  • Use the correct enum for RagFile.file_status (23145f3)

Documentation

  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • GenAI client - Add example usage to RAG docstrings (df3dcd9)
  • Update product name from "Vertex AI" to "Gemini Enterprise Agent Platform" in README, and add a note to rename Agent Engine to Agent Runtime in upcoming major release (a3179c2)
Commits
  • 6845eaf chore(main): release 1.163.0 (#7017)
  • 09e5a65 feat: GenAI Client(evals) - add delete/update EvaluationExperiment
  • c2ba5d2 feat: Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model ...
  • 96a9fcf feat: Support us mREP endpoint for Batch Prediction, Training, and Online Pre...
  • 243ca19 fix: Send display_name when creating a sandbox environment template.
  • 475024c chore: Remove sandbox tool declarations from SDK AgentConfig display.
  • dbcf815 fix: Depend on the autogen distribution instead of ag2 for the AG2 integr...
  • f93c455 fix: Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion.
  • e46d239 chore: Auto-construct inference_configs for create_evaluation_run with `a...
  • a16fc0d fix: GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error
  • Additional commits viewable in compare view

Updates google-cloud-bigquery from 3.42.2 to 3.42.3

Commits

Updates google-genai from 2.12.1 to 2.16.0

Release notes

Sourced from google-genai's releases.

v2.16.0

2.16.0 (2026-07-29)

Features

  • Add environment resource (615b6c3)
  • Support GoogleMaps Tool grounding_types places and routing (95a335d)
  • Wire environment service into genai sdk (361292e)

Documentation

  • Communicate on upcoming updates in the next major version (f63b366)
  • Regenerate docs for 2.15.0 (7c0e1bb)

v2.15.0

2.15.0 (2026-07-28)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (0f775f1)
  • Add flat language_codes field to AudioTranscriptionConfig. (fc282b3)
  • Allow api key + proj/location for enterprise mode (e8714ca)

Documentation

  • Regenerate docs for 2.14.0 (3d3850a)

v2.14.0

2.14.0 (2026-07-22)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (dc3d78d)

Bug Fixes

  • Add deprecation warnings to Imagen generate_images, edit_images, generate_videos (if using prompt/text/image args), LiveConnectConfig.GenerationConfig which will be removed in the next major version (4905918)

Documentation

  • Regenerate docs for 2.13.0 (097a99e)

v2.13.0

... (truncated)

Changelog

Sourced from google-genai's changelog.

2.16.0 (2026-07-29)

Features

  • Add environment resource (615b6c3)
  • Support GoogleMaps Tool grounding_types places and routing (95a335d)
  • Wire environment service into genai sdk (361292e)

Documentation

  • Communicate on upcoming updates in the next major version (f63b366)
  • Regenerate docs for 2.15.0 (7c0e1bb)

2.15.0 (2026-07-28)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (0f775f1)
  • Add flat language_codes field to AudioTranscriptionConfig. (fc282b3)
  • Allow api key + proj/location for enterprise mode (e8714ca)

Documentation

  • Regenerate docs for 2.14.0 (3d3850a)

2.14.0 (2026-07-22)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (dc3d78d)

Bug Fixes

  • Add deprecation warnings to Imagen generate_images, edit_images, generate_videos (if using prompt/text/image args), LiveConnectConfig.GenerationConfig which will be removed in the next major version (4905918)

Documentation

  • Regenerate docs for 2.13.0 (097a99e)

2.13.0 (2026-07-21)

Features

... (truncated)

Commits
  • a6ffb75 chore(main): release 2.16.0 (#2789)
  • 95a335d feat: Support GoogleMaps Tool grounding_types places and routing
  • 3b321ac chore: internal change
  • 361292e feat: Wire environment service into genai sdk
  • 615b6c3 feat: add environment resource
  • f63b366 docs: Communicate on upcoming updates in the next major version
  • 7c0e1bb docs: Regenerate docs for 2.15.0
  • e56e064 chore(main): release 2.15.0 (#2767)
  • fc282b3 feat: Add flat language_codes field to AudioTranscriptionConfig.
  • 0e38b63 test: update embedding, tuning tests
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the google-cloud group with 4 updates in the / directory: [google-api-core](https://github.com/googleapis/google-cloud-python), [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform), [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) and [google-genai](https://github.com/googleapis/python-genai).


Updates `google-api-core` from 2.32.0 to 2.33.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-api-core-v2.32.0...google-api-core-v2.33.0)

Updates `google-cloud-aiplatform` from 1.161.0 to 1.163.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.161.0...v1.163.0)

Updates `google-cloud-bigquery` from 3.42.2 to 3.42.3
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/python-bigquery/commits)

Updates `google-genai` from 2.12.1 to 2.16.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v2.12.1...v2.16.0)

---
updated-dependencies:
- dependency-name: google-api-core
  dependency-version: 2.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: google-cloud
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.163.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: google-cloud
- dependency-name: google-cloud-bigquery
  dependency-version: 3.42.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: google-cloud
- dependency-name: google-genai
  dependency-version: 2.16.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 added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 3, 2026
@WebbinRoot
WebbinRoot merged commit d84d8ac into main Aug 3, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/google-cloud-e1cf6e162a branch August 3, 2026 06:39
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.

1 participant