Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.5.0
v0.4.1
0.4.1 (2023-10-16)
Full Changelog: v0.4.0...v0.4.1
Bug Fixes
- client: accept io.IOBase instances in file params (#190) (5da5f0c)
- streaming: add additional overload for ambiguous stream param (#185) (794dc4d)
Chores
Documentation
v0.4.0
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)
Documentation
v0.3.13
0.3.13 (2023-09-11)
Full Changelog: v0.3.12...v0.3.13
Features
Bug Fixes
Chores
- internal: add
pydantic.generics
import for compatibility (#135) (951446d) - internal: minor restructuring (#137) (e601206)
- internal: minor update (#145) (6a505ef)
- internal: update base client (#143) (8e0dca4)
- internal: update lock file (#147) (a72b5ca)
- internal: update pyright (#149) (9661f94)
- internal: updates (#148) (9f7fbbc)