Skip to content

v0.6.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 05 Mar 20:34
c2a2af8

0.6.0 (2026-03-05)

Full Changelog: v0.5.1...v0.6.0

Features

Bug Fixes

  • client: close streams without requiring full consumption (7f2a317)
  • compat with Python 3.14 (0ebd493)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (02e60a5)
  • ensure streams are always closed (c42ad27)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (3187855)

Chores

  • add missing docstrings (3e29ffc)
  • add Python 3.14 classifier and testing (d214363)
  • bump httpx-aiohttp version to 0.1.9 (1ca3adb)
  • configure new SDK language (9d24d33)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (d19fca5)
  • docs: use environment variables for authentication in code snippets (ce72987)
  • internal/tests: avoid race condition with implicit client cleanup (fae7724)
  • internal: add missing files argument to base client (e0a4b27)
  • internal: grammar fix (it's -> its) (d9db081)
  • package: drop Python 3.8 support (ad4cdda)
  • update lockfile (d5dd0bd)