1.3.0 (2025-04-15)
Full Changelog: v1.2.0...v1.3.0
Features
- api: api update (#131) (1be828d)
- api: api update (#133) (2a08d98)
- api: api update (#140) (134049e)
- api: api update (#141) (145e5cb)
- api: api update (#143) (d55e411)
- client: allow passing
NotGiven
for body (#125) (6cdee1b)
Bug Fixes
- asyncify on non-asyncio runtimes (#123) (c8b2cd7)
- ci: ensure pip is always available (#138) (173fdde)
- ci: remove publishing patch (#139) (bd66d56)
- client: mark some request bodies as optional (6cdee1b)
- perf: optimize some hot paths (042f048)
- perf: skip traversing types for NotGiven values (5cc6c58)
- types: handle more discriminated union shapes (#137) (d9e09e3)
Chores
- client: minor internal fixes (47df6f5)
- docs: update client docstring (#129) (b2201f1)
- fix typos (#142) (0157632)
- internal: bump rye to 0.44.0 (#136) (9aeac01)
- internal: codegen related update (#124) (0678102)
- internal: codegen related update (#132) (3248d7e)
- internal: expand CI branch coverage (4494839)
- internal: fix devcontainers setup (#126) (eaf577b)
- internal: properly set pydantic_private (#127) (5236106)
- internal: reduce CI branch coverage (1bd4d8b)
- internal: remove extra empty newlines (#134) (2206050)
- internal: remove trailing character (#145) (2b055d7)
- internal: remove unused http client options forwarding (#130) (c63a3bd)
- internal: slight transform perf improvement (#147) (2d46582)
- internal: update client tests (#121) (862cd7e)
- internal: update pyright settings (0f0e110)
- slight wording improvement in README (#148) (c40603c)