v0.3.14
0.3.14 (2023-10-11)
Full Changelog: v0.3.13...v0.3.14
Features
- client: add forwards-compatible pydantic methods (#171) (4c5289e)
- client: add support for passing in a httpx client (#173) (25046c4)
- client: handle retry-after header with a date format (#168) (afeabf1)
- client: retry on 408 Request Timeout (#155) (46386f8)
- package: export a root error type (#163) (e7aa3e7)
- types: improve params type names (#160) (43544a6)
Bug Fixes
- client: don't error by default for unexpected content types (#161) (76cfcf9)
- client: properly configure model set fields (#154) (da6ccb1)
Chores
- internal: add helpers (#156) (00f5a19)
- internal: move error classes from _base_exceptions to _exceptions (
⚠️ breaking) (#162) (329b307) - tests: improve raw response test (#166) (8042473)