Skip to content

Releases: spi-tch/spitch-python

v1.50.0

30 Apr 07:57
0cda573

Choose a tag to compare

1.50.0 (2026-04-30)

Full Changelog: v1.49.0...v1.50.0

Features

  • api: new features (8e5269c)
  • support setting headers via env (b336720)

Bug Fixes

  • use correct field name format for multipart file arrays (43c3a1c)

Performance Improvements

  • client: optimize file structure copying in multipart requests (b8e6df4)

Chores

  • internal: more robust bootstrap script (16ca51e)
  • tests: bump steady to v0.22.1 (28d894c)

v1.49.0

17 Apr 09:53
9b948e1

Choose a tag to compare

1.49.0 (2026-04-17)

Full Changelog: v1.48.0...v1.49.0

Features

v1.48.0

17 Apr 09:45
a542622

Choose a tag to compare

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_alias unless 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.md files (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_variables more resilient (68f518f)
  • internal: make test_proxy_environment_variables more 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

04 Feb 10:29
536e51f

Choose a tag to compare

1.47.0 (2026-02-04)

Full Changelog: v1.46.0...v1.47.0

Features

v1.46.0

04 Feb 09:47
e351cdb

Choose a tag to compare

1.46.0 (2026-02-04)

Full Changelog: v1.45.0...v1.46.0

Features

  • api: manual updates (802ca9d)
  • client: add custom JSON encoder for extended type support (f88a1f7)

Chores

  • ci: upgrade actions/github-script (6e4d7d9)

v1.45.0

22 Jan 20:22
f4ca211

Choose a tag to compare

1.45.0 (2026-01-22)

Full Changelog: v1.44.0...v1.45.0

Features

v1.44.0

21 Jan 18:27
be4601d

Choose a tag to compare

1.44.0 (2026-01-21)

Full Changelog: v1.43.0...v1.44.0

Features

v1.43.0

21 Jan 18:01
a963a46

Choose a tag to compare

1.43.0 (2026-01-21)

Full Changelog: v1.42.0...v1.43.0

Features

v1.42.0

21 Jan 17:09
5b3486f

Choose a tag to compare

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 --fix argument to lint script (697bfd0)
  • internal: add missing files argument to base client (d52ec35)
  • internal: codegen related update (d11c298)
  • internal: update actions/checkout version (9dfcb50)
  • speedup initial import (8b385df)
  • update lockfile (442785c)

v1.41.2

25 Nov 12:20
2cb98aa

Choose a tag to compare

1.41.2 (2025-11-25)

Full Changelog: v1.41.1...v1.41.2

Chores

  • add Python 3.14 classifier and testing (156eee9)