1.42.0 (2026-01-21)
Full Changelog: v1.41.2...v1.42.0
Features
- api: manual updates (12f75ef)
- client: add support for binary request streaming (0c96451)
- files: add support for string alternative to file upload type (7c71520)
Bug Fixes
- ensure streams are always closed (2eaa7db)
- types: allow pyright to infer TypedDict types within SequenceNotStr (49b3944)
- use async_to_httpx_files in patch method (d6681dc)
Chores
- add missing docstrings (5706a11)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (ebbc73f)
- docs: use environment variables for authentication in code snippets (e74350e)
- internal: add
--fixargument to lint script (697bfd0) - internal: add missing files argument to base client (d52ec35)
- internal: codegen related update (d11c298)
- internal: update
actions/checkoutversion (9dfcb50) - speedup initial import (8b385df)
- update lockfile (442785c)