Skip to content

v0.11.0

Latest

Choose a tag to compare

@stainless-app stainless-app released this 13 Jan 22:34
0ddf954

0.11.0 (2026-01-13)

Full Changelog: v0.10.0...v0.11.0

Features

Bug Fixes

  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (fdbee33)
  • ensure streams are always closed (6bdc831)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (831b67d)
  • use async_to_httpx_files in patch method (04bc4cc)

Chores

  • add missing docstrings (9c019eb)
  • add Python 3.14 classifier and testing (26541da)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (4566f14)
  • docs: use environment variables for authentication in code snippets (92f7455)
  • internal: add --fix argument to lint script (0264ded)
  • internal: add missing files argument to base client (44a2de1)
  • internal: codegen related update (37f6758)
  • update lockfile (9dd374a)