The Wire · Showcase
GENAI AUDIO TRANSCRIPTION SHIPS, PROTO-PLUS FIXES RACE CONDITIONS
By RepoJournal · Filed · About Google
Google's AI SDK gains native audio processing while the core Python cloud libraries ship critical stability fixes across the stack.
The python-genai library shipped v2.14.0 [1] with audio transcription support built into GenerationConfig and Part objects, marking a major capability expansion for speech workloads [2]. This lands as proto-plus v1.28.2 [3] addresses a longstanding thread-safety vulnerability in its Marshal class that could cause race conditions under concurrent load. The broader google-cloud-python ecosystem moved fast: google-api-core v2.33.0 [4] adds request-id auto-population to gapic_v1 helpers for better request tracing, while sqlalchemy-bigquery v1.17.1 [5] lands Python 3.15 compatibility fixes. On the JAX front, maintainers continue cleanup work removing deprecated linear utility call sites [6] and pinning down Mosaic GPU shape validation for Pallas [7]. All told: 29 commits, 26 PRs, and 5 releases across 3 repos in the last 24 hours.
One email a day. Unsubscribe in one click.
What actually shipped in Google, written up every day — commits, pull requests, releases, and security advisories.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Upgrade python-genai to v2.14.0 if using audio or Imagen APIs with new deprecation surface googleapis/python-genai [plan]
- → Patch proto-plus to v1.28.2 immediately if running concurrent workloads googleapis/google-cloud-python [immediate]
- → Update sqlalchemy-bigquery to v1.17.1 for Python 3.15 support googleapis/google-cloud-python [plan]
- → Review google-api-core v2.33.0 request-id tracing behavior in production googleapis/google-cloud-python [monitor]
References
- [1] v2.14.0 ↗ googleapis/python-genai
- [2] feat: [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. ↗ googleapis/python-genai
- [3] proto-plus: v1.28.2 ↗ googleapis/google-cloud-python
- [4] google-api-core: v2.33.0 ↗ googleapis/google-cloud-python
- [5] sqlalchemy-bigquery: v1.17.1 ↗ googleapis/google-cloud-python
- [6] Remove more linear util call sites google/jax
- [7] [Mosaic GPU] Add shape checks for Pallas avals. ↗ google/jax