1.67.0 (2026-03-12)
[!CAUTION]
Known Issue:
This release contains a bug where the typing-extensions lower bound is set too low, which causes the SDK to break in some environments.
Recommended Actions:
- Fall back to 1.66.0: If you do not immediately need the new features in 1.67.0, we recommend sticking with the previous stable version:
pip install google-genai==1.66.0
- Manual Fix: If you must use 1.67.0, you can resolve the issue by manually upgrading
typing-extensions:
pip install "typing-extensions>=4.14.0"
Features
- Add inference_generation_config to EvaluationConfig for Tuning (1fdb4b8)
- Add live history_config with initial_history_in_client_content (a80babd)
- Add support for referencing registered metrics by resource name in evaluation run API (41b348e)
- Enable language code for audio transcription config in Live API for Vertex AI (c04be0d)
Bug Fixes
- Forward http_options in async_request_streamed to enable retry support (8b3be87)
- Forward http_options in async_request_streamed to enable retry support (#2097) (8b10efb)