Skip to content

v1.13.0

Choose a tag to compare

@stainless-app stainless-app released this 25 Sep 14:52
1e57d3b

1.13.0 (2025-09-24)

Full Changelog: v1.12.1...v1.13.0

Features

Bug Fixes

  • avoid newer type syntax (66ba143)
  • compat: compat with pydantic<2.8.0 when using additional fields (c6ad6a9)

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (4c552a6)
  • improve example values (48505ea)
  • internal: add Sequence related utils (2032a76)
  • internal: change ci workflow machines (a1760f4)
  • internal: move mypy configurations to pyproject.toml file (c9193ff)
  • internal: update pydantic dependency (0636d0b)
  • internal: update pyright exclude list (40513b5)
  • tests: simplify get_platform test (e6d99e5)
  • types: change optional parameter type from NotGiven to Omit (4a81616)