v1.13.0
1.13.0 (2025-09-24)
Full Changelog: v1.12.1...v1.13.0
Features
- api: api update (d7b6c47)
- api: api update (35e2b49)
- api: api update (1cdaf26)
- api: api update (78563fd)
- api: api update (c2a6ebb)
- api: api update (122f574)
- api: api update (b6b52d7)
- api: api update (da8cdc0)
- api: api update (df20d51)
- api: api update (b9007c9)
- api: set idempotency key header by default (9d22a7c)
- improve future compat with pydantic v3 (125d0c3)
- types: replace List[str] with SequenceNotStr in params (e19113c)
Bug Fixes
- avoid newer type syntax (66ba143)
- compat: compat with
pydantic<2.8.0when 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.tomlfile (c9193ff) - internal: update pydantic dependency (0636d0b)
- internal: update pyright exclude list (40513b5)
- tests: simplify
get_platformtest (e6d99e5) - types: change optional parameter type from NotGiven to Omit (4a81616)