Skip to content

Python: Update google-genai requirement from <1.75,>=1.51 to >=1.51,<2.17 in /python - #14253

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/google-genai-gte-1.51-and-lt-2.17
Open

Python: Update google-genai requirement from <1.75,>=1.51 to >=1.51,<2.17 in /python#14253
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python/google-genai-gte-1.51-and-lt-2.17

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on google-genai to permit the latest version.

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)
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 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)

Updates the requirements on [google-genai](https://github.com/googleapis/python-genai) to permit the latest version.
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v1.51.0...v2.16.0)

---
updated-dependencies:
- dependency-name: google-genai
  dependency-version: 2.16.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Aug 3, 2026
Copilot AI review requested due to automatic review settings August 3, 2026 22:13
@dependabot
dependabot Bot requested a review from a team as a code owner August 3, 2026 22:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Aug 3, 2026
@github-actions github-actions Bot changed the title Update google-genai requirement from <1.75,>=1.51 to >=1.51,<2.17 in /python Python: Update google-genai requirement from <1.75,>=1.51 to >=1.51,<2.17 in /python Aug 3, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates Python dependency constraints to allow newer google-genai releases in the google optional dependency group.

Changes:

  • Expands the permitted google-genai version range from <1.75 to <2.17.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread python/pyproject.toml
google = [
"google-cloud-aiplatform>=1.114,<1.134",
"google-genai >= 1.51,< 1.75"
"google-genai >= 1.51,< 2.17"

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated Code Review

Reviewers: 5 | Confidence: 47% | Result: All clear

Reviewed: Correctness, Security Reliability, Test Coverage, Failure Modes, Design Approach


Automated review by dependabot[bot]'s agents

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. Used by Dependabot. python Pull requests for the Python Semantic Kernel

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant