Skip to content

Chore(deps): Bump google-genai from 1.73.0 to 2.0.1#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/google-genai-2.0.0
Open

Chore(deps): Bump google-genai from 1.73.0 to 2.0.1#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/google-genai-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps google-genai from 1.73.0 to 2.0.1.

Release notes

Sourced from google-genai's releases.

v2.0.1

2.0.1 (2026-05-09)

Bug Fixes

  • Update response_format field names to snake_case. (97142b1)

v2.0.0

2.0.0 (2026-05-07)

⚠ BREAKING CHANGES - Interactions Only

Note: The breaking changes are only in interactions. GenerateContent usage in unaffected. Refer to https://ai.google.dev/gemini-api/docs/interactions-breaking-changes-may-2026 for details

  • Add steps for interactions (41d8e5b)
  • Rename SSE events to interaction.created and interaction.completed (0549c1c)
  • Deprecate legacy response_format and publish new polymorphic field. (7fdc9a1)

Documentation

v1.75.0

1.75.0 (2026-05-04)

Features

  • [Python] Multimodal file search (fe5d69e)

Bug Fixes

  • Avoid caching stale token in async mTLS path (4e17a9c)

Documentation

  • Fix python docstrings for Image.from_file() to use kwargs (cce5398)
  • Update docs (ef26583)

v1.74.0

1.74.0 (2026-04-29)

Features

  • [Interactions] Add FileCitation.{custom_metadata,media_id,page_number} (aed41ec)

... (truncated)

Changelog

Sourced from google-genai's changelog.

2.0.1 (2026-05-09)

Bug Fixes

  • Update response_format field names to snake_case. (97142b1)

2.0.0 (2026-05-07)

⚠ BREAKING CHANGES - Interactions Only

Note: The breaking changes are only in interactions. GenerateContent usage in unaffected. Refer to https://ai.google.dev/gemini-api/docs/interactions-breaking-changes-may-2026 for details

  • Add steps for interactions (41d8e5b)
  • Rename SSE events to interaction.created and interaction.completed (0549c1c)
  • Deprecate legacy response_format and publish new polymorphic field. (7fdc9a1)

Documentation

1.75.0 (2026-05-04)

Features

  • [Python] Multimodal file search (fe5d69e)

Bug Fixes

  • Avoid caching stale token in async mTLS path (4e17a9c)

Documentation

  • Fix python docstrings for Image.from_file() to use kwargs (cce5398)
  • Update docs (ef26583)

1.74.0 (2026-04-29)

Features

  • [Interactions] Add FileCitation.{custom_metadata,media_id,page_number} (aed41ec)
  • Add output_info to BatchJob (7b77ab8)
  • Add gemini-3.1-flash-tts-preview model to options (8bdc1c3)
  • Add ImageResizeMode for GenerateVideos (317d2af)

... (truncated)

Commits
  • b5cdc50 chore(main): release 2.0.1 (#2403)
  • 97142b1 fix: Update response_format field names to snake_case.
  • 00d76d1 chore: refresh
  • e64fc2a chore(main): release 2.0.0 (#2380)
  • 580e192 chore: Update Agent Platform MCP util to pass schema directly to backend
  • 0549c1c feat!: Rename SSE events to interaction.created and interaction.completed
  • 99393c2 chore: Remove legacy streaming event types from InteractionSseEvent.
  • 246b576 chore: Remove experimental warnings for interactions
  • 04bf0b8 chore: fix mtls test
  • 7fdc9a1 feat: Deprecate legacy response_format and publish new polymorphic field.
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 8, 2026
johnmathews added a commit that referenced this pull request May 9, 2026
…d OCR-primary inversions

Verification pass after the 2026-05-09 archive + audit cycle:

1. lychee link checker (offline) on docs/ — fixed one broken cross-repo link
   in development.md (../../journal-webapp/docs/... → ../../webapp/docs/...);
   reflects the local sibling-repo layout where webapp/ lives next to server/.

2. codespell on docs/ — one fix in search.md (unparseable → unparsable). The
   other findings were either project terminology ("master plan") or false
   positives (collections.deque).

3. Re-read of three substantive rewrites surfaced the dual-pass-OCR inversion
   bug in two more places the original audit missed:

   - external-services.md "Vision LLM available providers" table had Gemini
     2.5 Pro labelled "**Current primary.**" and Anthropic Opus 4.6 labelled
     "Switchable alternative." Inverted: Anthropic is now "Current dual-pass
     primary", Gemini is "Current dual-pass secondary".
   - external-services.md dependency-comment in pyproject.toml excerpt called
     google-genai the OCR primary — same fix.
   - external-services.md cost summary clarified that the per-entry total
     under dual-pass is ~$0.18, not the ~$0.09 single-pass figure.
   - roadmap.md Tier 3 #9 (OCR context priming evaluation) and #11 (grow
     glossary) referenced "OCR_PROVIDER=gemini" / "OCR_MODEL=gemini-2.5-pro"
     as env vars; the actual prod state has runtime_settings.ocr_provider=
     gemini, but with OCR_DUAL_PASS=true the runtime setting is ignored and
     Anthropic Opus 4.6 is the primary. Rewrote both items.
   - security-roadmap.md item 7 (ZDR) had wildcard paths (services/
     transcription_*, services/entity_extraction/) that don't match the real
     module layout — replaced with the actual provider-module paths.
   - security-roadmap.md item 16 (TOTP) overstated "Cloudflare Tunnel +
     Cloudflare Access posture" as if Access were confirmed; only Tunnel is
     visible in the repo. Softened to "any Cloudflare Access policy that may
     be configured — verify before relying on it".

The OCR primary/secondary inversion was the same bug found in ocr-context.md
and external-services.md during the original audit; it had also propagated
to the roadmap and the provider-comparison table without being caught.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bumps [google-genai](https://github.com/googleapis/python-genai) from 1.73.0 to 2.0.1.
- [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.73.0...v2.0.1)

---
updated-dependencies:
- dependency-name: google-genai
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump google-genai from 1.73.0 to 2.0.0 Chore(deps): Bump google-genai from 1.73.0 to 2.0.1 May 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/google-genai-2.0.0 branch from 12d5fe2 to e365f18 Compare May 9, 2026 16:02
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants