0.11.0 (2026-01-13)
Full Changelog: v0.10.0...v0.11.0
Features
- api: manual updates (9d0101f)
Bug Fixes
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (fdbee33) - ensure streams are always closed (6bdc831)
- types: allow pyright to infer TypedDict types within SequenceNotStr (831b67d)
- use async_to_httpx_files in patch method (04bc4cc)
Chores
- add missing docstrings (9c019eb)
- add Python 3.14 classifier and testing (26541da)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (4566f14)
- docs: use environment variables for authentication in code snippets (92f7455)
- internal: add
--fixargument to lint script (0264ded) - internal: add missing files argument to base client (44a2de1)
- internal: codegen related update (37f6758)
- update lockfile (9dd374a)