Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.13.0
0.13.0 (2024-01-30)
Full Changelog: v0.12.0...v0.13.0
Features
- client: support parsing custom response types (#325) (416633f)
Chores
- internal: cast type in mocked test (#326) (fd22d8e)
- internal: enable ruff type checking misuse lint rule (#324) (6587598)
- internal: support multipart data with overlapping keys (#322) (9ecab60)
- internal: support pre-release versioning (#327) (78b1bfe)
v0.10.0
0.10.0 (2024-01-18)
Full Changelog: v0.9.0...v0.10.0
Features
- client: add support for streaming raw responses (#307) (f295982)
Bug Fixes
- ci: ignore stainless-app edits to release PR title (#315) (69e8b03)
Chores
- add write_to_file binary helper method (#309) (8ac7988)
- client: improve debug logging for failed requests (#303) (5e58c25)
- internal: fix typing util function (#310) (3671aa6)
- internal: remove redundant client test (#311) (d7140f7)
- internal: share client instances between all tests (#314) (ccf731b)
- internal: speculative retry-after-ms support (#312) (4b27da9)
- internal: updates to proxy helper (#308) (a0b3cdb)
- lazy load raw resource class properties (#313) (b13f824)
Documentation
v0.9.0
0.9.0 (2024-01-08)
Full Changelog: v0.8.1...v0.9.0
Features
- add
None
default value to nullable response properties (#299) (da423db)
Bug Fixes
- client: correctly use custom http client auth (#296) (6289d6e)
Chores
- add .keep files for examples and custom code directories (#302) (73a07ea)
- internal: loosen type var restrictions (#301) (5e5e1e7)
- internal: replace isort with ruff (#298) (7c60904)
- use property declarations for resource members (#300) (8671297)
v0.8.1
0.8.1 (2023-12-22)
Full Changelog: v0.8.0...v0.8.1
Chores
Documentation
- messages: improvements to helpers reference + typos (#291) (d18a895)
- readme: remove old migration guide (#289) (eec4574)
v0.8.0
0.8.0 (2023-12-19)
Full Changelog: v0.7.8...v0.8.0
Features
- api: add messages endpoint with streaming helpers (#286) (c464b87)
Chores
- ci: run release workflow once per day (#282) (3a23912)
- client: only import tokenizers when needed (#284) (b9e38b2)
- streaming: update constructor to use direct client names (#285) (0c55c84)