v1.3.0
1.3.0 (2026-01-23)
Full Changelog: v1.2.0...v1.3.0
Features
- client: add support for binary request streaming (fd6244a)
Bug Fixes
- api: minor openAPI spec fixes (5e39cbb)
- compat with Python 3.14 (f8d0a17)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (80b2f0e) - ensure streams are always closed (b057502)
- types: allow pyright to infer TypedDict types within SequenceNotStr (7f5d893)
- use async_to_httpx_files in patch method (d33246e)
Chores
- add missing docstrings (019eba0)
- ci: upgrade
actions/github-script(77ed781) - deps: mypy 1.18.1 has a regression, pin to 1.17 (fce9064)
- docs: use environment variables for authentication in code snippets (83ff043)
- internal: add
--fixargument to lint script (a8f92ca) - internal: add missing files argument to base client (c4d570a)
- internal: codegen related update (89dd766)
- internal: codegen related update (ba4cbb9)
- internal: update
actions/checkoutversion (ec75715) - package: drop Python 3.8 support (e619e7d)
- speedup initial import (4de61f3)
- update lockfile (0b2e4c4)