Releases: spi-tch/spitch-python
Releases · spi-tch/spitch-python
v1.47.0
v1.46.0
1.46.0 (2026-02-04)
Full Changelog: v1.45.0...v1.46.0
Features
Chores
- ci: upgrade
actions/github-script(6e4d7d9)
v1.45.0
v1.44.0
v1.43.0
v1.42.0
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)
v1.41.2
1.41.2 (2025-11-25)
Full Changelog: v1.41.1...v1.41.2
Chores
- add Python 3.14 classifier and testing (156eee9)
v1.41.1
1.41.1 (2025-11-12)
Full Changelog: v1.41.0...v1.41.1
Bug Fixes
- compat with Python 3.14 (1ab2493)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (c57a49c)
Chores
- package: drop Python 3.8 support (84254f4)
v1.41.0
v1.40.1
1.40.1 (2025-11-04)
Full Changelog: v1.40.0...v1.40.1
Bug Fixes
- client: close streams without requiring full consumption (caff450)