Releases: spi-tch/spitch-python
Releases · spi-tch/spitch-python
v1.50.0
1.50.0 (2026-04-30)
Full Changelog: v1.49.0...v1.50.0
Features
Bug Fixes
- use correct field name format for multipart file arrays (43c3a1c)
Performance Improvements
- client: optimize file structure copying in multipart requests (b8e6df4)
Chores
v1.49.0
v1.48.0
1.48.0 (2026-04-17)
Full Changelog: v1.47.0...v1.48.0
Features
- api: manual updates (d496d56)
- api: manual updates (7ff92d6)
- internal: implement indices array format for query and form serialization (bb8bd74)
Bug Fixes
- client: use higher retry delay precision (31c8979)
- deps: bump minimum typing-extensions version (5dd56d5)
- pydantic: do not pass
by_aliasunless set (7263f0f) - sanitize endpoint path params (fec8b42)
Chores
- ci: skip lint on metadata-only changes (e3a14df)
- ci: skip uploading artifacts on stainless-internal branches (073c3a8)
- format all
api.mdfiles (16fa7ad) - internal: add request options to SSE classes (8223794)
- internal: bump dependencies (a27288b)
- internal: fix lint error on Python 3.14 (6402c25)
- internal: make
test_proxy_environment_variablesmore resilient (68f518f) - internal: make
test_proxy_environment_variablesmore resilient to env (5949969) - internal: tweak CI branches (a9798b4)
- internal: update gitignore (efbca32)
- test: do not count install time for mock server timeout (139be9a)
- tests: bump steady to v0.19.4 (ad10e7c)
- tests: bump steady to v0.19.5 (1c08f30)
- tests: bump steady to v0.19.6 (43ca3f1)
- tests: bump steady to v0.19.7 (4fdd05f)
- tests: bump steady to v0.20.1 (de869a3)
- tests: bump steady to v0.20.2 (005c482)
- update mock server docs (b937d87)
- update placeholder string (05678f4)
Refactors
- tests: switch from prism to steady (6b2d619)
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)