1.20.0 (2025-03-04)
Full Changelog: v1.19.0...v1.20.0
Features
- api: update via SDK Studio (#109) (6e29edd)
- client: allow passing
NotGivenfor body (#103) (6f2bdd1) - client: send
X-Stainless-Read-Timeoutheader (#97) (5aa6876)
Bug Fixes
- asyncify on non-asyncio runtimes (#101) (06e16f9)
- client: mark some request bodies as optional (6f2bdd1)
- tests: make test_get_platform less flaky (#91) (f0263dc)
Chores
- docs: update client docstring (#107) (c08016e)
- internal: avoid pytest-asyncio deprecation warning (#92) (2a58481)
- internal: bummp ruff dependency (#96) (bac43d8)
- internal: change default timeout to an int (#95) (148bc16)
- internal: codegen related update (#102) (cca3a53)
- internal: codegen related update (#88) (3c27c0e)
- internal: codegen related update (#93) (9564863)
- internal: fix devcontainers setup (#104) (10214c2)
- internal: fix type traversing dictionary params (#98) (2d78d6d)
- internal: minor formatting changes (#94) (e3edcec)
- internal: minor type handling changes (#99) (9a472ea)
- internal: properly set pydantic_private (#105) (13df700)
- internal: remove unused http client options forwarding (#108) (5e96250)
- internal: update client tests (#100) (53adf81)