Skip to content

v0.4.0

Choose a tag to compare

@stainless-app stainless-app released this 17 Sep 21:03

0.4.0 (2025-09-16)

Full Changelog: v0.3.0...v0.4.0

Features

  • improve future compat with pydantic v3 (648fe7b)
  • types: replace List[str] with SequenceNotStr in params (565a26d)

Bug Fixes

  • avoid newer type syntax (b9bfeb3)

Chores

  • internal: add Sequence related utils (909f85f)
  • internal: move mypy configurations to pyproject.toml file (68106c6)
  • internal: update pydantic dependency (9ad2fea)
  • internal: update pyright exclude list (203a1a1)
  • tests: simplify get_platform test (21f3cd5)