Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.12.0
v0.11.0
v0.10.0
0.10.0 (2024-01-18)
Full Changelog: v0.9.0...v0.10.0
Features
Bug Fixes
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
v0.8.1
v0.8.0
v0.7.8
0.7.8 (2023-12-12)
Full Changelog: v0.7.7...v0.7.8
Bug Fixes
- avoid leaking memory when Client.with_options is used (#275) (5e51ebd)
- client: correct base_url setter implementation (#265) (29d0c8b)
- client: ensure retried requests are closed (#261) (5d9aa75)
- errors: properly assign APIError.body (#274) (342846f)
Chores
- internal: enable more lint rules (#273) (0ac62bc)
- internal: reformat imports (#270) (dc55724)
- internal: reformat imports (#272) (0d82ce4)
- internal: remove unused file (#264) (1bfc69b)
- internal: replace string concatenation with f-strings (#263) (f545c35)
- internal: update formatting (#271) (802ab59)
- package: lift anyio v4 restriction (#266) (a217e99)