v3.2.1
3.2.1 (2026-01-09)
Full Changelog: v3.2.0...v3.2.1
Bug Fixes
- types: allow pyright to infer TypedDict types within SequenceNotStr (edaab09)
- use async_to_httpx_files in patch method (d19fe1b)
Chores
- add missing docstrings (a003642)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (38c130d)
- internal: add
--fixargument to lint script (c64b851) - internal: add missing files argument to base client (b02afa8)
- internal: codegen related update (6ad2609)
- update lockfile (79a938e)
Documentation
- add more examples (139e807)