Skip to content

v1.3.0

Choose a tag to compare

@stainless-app stainless-app released this 29 Jan 14:57
773a7a8

1.3.0 (2026-01-23)

Full Changelog: v1.2.0...v1.3.0

Features

  • client: add support for binary request streaming (fd6244a)

Bug Fixes

  • api: minor openAPI spec fixes (5e39cbb)
  • compat with Python 3.14 (f8d0a17)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (80b2f0e)
  • ensure streams are always closed (b057502)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (7f5d893)
  • use async_to_httpx_files in patch method (d33246e)

Chores

  • add missing docstrings (019eba0)
  • ci: upgrade actions/github-script (77ed781)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (fce9064)
  • docs: use environment variables for authentication in code snippets (83ff043)
  • internal: add --fix argument to lint script (a8f92ca)
  • internal: add missing files argument to base client (c4d570a)
  • internal: codegen related update (89dd766)
  • internal: codegen related update (ba4cbb9)
  • internal: update actions/checkout version (ec75715)
  • package: drop Python 3.8 support (e619e7d)
  • speedup initial import (4de61f3)
  • update lockfile (0b2e4c4)