1.2.0 (2025-02-12)
Features
- Enable Media resolution for Gemini API. (6cdf61d)
- Support property_ordering in response_schema (fixes #236) (01b15e3)
Bug Fixes
- Default to list base models for async models list (d3226b7)
- Remove Type import from types.py that get's shadowed by API Type type. (fixes #310) (78f58c3)
- Use typing_extensions.TypedDict for TypedDict types (fixes #189) (996562a)