google-genai: bump test deps to latest#4539
Open
banlor wants to merge 1 commit intoopen-telemetry:mainfrom
Open
google-genai: bump test deps to latest#4539banlor wants to merge 1 commit intoopen-telemetry:mainfrom
banlor wants to merge 1 commit intoopen-telemetry:mainfrom
Conversation
|
|
lmolkova
approved these changes
May 7, 2026
google-auth bumped too, new google-genai needs >=2.48.1. Assisted-by: Claude Opus 4.7 (1M context) Signed-off-by: Mikhail Basov <Michael.S.Sinclair@protonmail.com>
2b125c3 to
2e0bf6b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps test pins to current latest:
google-genai1.64.0 → 1.75.0google-auth2.47.0 → 2.50.0 (forced by google-genai 1.75 requiring>=2.48.1)Took a quick look at the breaking changes in the 1.64 → 1.75 range (1.65 enum migration, 1.68 Interactions API refactor, 1.73.1 webhooks rename) - they all live in modules this instrumentation does not patch. The
Models.generate_content/AsyncModels.generate_contentsurface wrapped here appears stable across the range.Type of change
Just dependency bump (none of the categories really fit)
How Has This Been Tested?
Run locally:
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.