Chore(deps): Bump google-genai from 1.73.0 to 2.0.1#9
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
12d5fe2 to
e365f18
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.
Bumps google-genai from 1.73.0 to 2.0.1.
Release notes
Sourced from google-genai's releases.
... (truncated)
Changelog
Sourced from google-genai's changelog.
... (truncated)
Commits
b5cdc50chore(main): release 2.0.1 (#2403)97142b1fix: Update response_format field names to snake_case.00d76d1chore: refreshe64fc2achore(main): release 2.0.0 (#2380)580e192chore: Update Agent Platform MCP util to pass schema directly to backend0549c1cfeat!: Rename SSE events to interaction.created and interaction.completed99393c2chore: Remove legacy streaming event types from InteractionSseEvent.246b576chore: Remove experimental warnings for interactions04bf0b8chore: fix mtls test7fdc9a1feat: Deprecate legacy response_format and publish new polymorphic field.