v0.9.0
0.9.0 (2025-10-28)
Full Changelog: v0.8.0...v0.9.0
Features
- api: update via SDK Studio (3ebbcab)
- improve future compat with pydantic v3 (2837532)
- types: replace List[str] with SequenceNotStr in params (ee66bc5)
Bug Fixes
- avoid newer type syntax (551b56e)
- compat: compat with
pydantic<2.8.0when using additional fields (ceb597f)
Chores
- bump
httpx-aiohttpversion to 0.1.9 (bdcc7c6) - do not install brew dependencies in ./scripts/bootstrap by default (41397b2)
- internal: add Sequence related utils (f00b892)
- internal: detect missing future annotations with ruff (6958d77)
- internal: improve examples (c6f06b9)
- internal: move mypy configurations to
pyproject.tomlfile (57b4284) - internal: update pydantic dependency (35223af)
- internal: update pyright exclude list (e89669e)
- tests: simplify
get_platformtest (1f089bd) - types: change optional parameter type from NotGiven to Omit (07ee8a4)