Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
0.7.0 (2023-11-15)
Full Changelog: v0.6.0...v0.7.0
Features
Bug Fixes
- client: correctly flush the stream response body (#230) (a60d543)
- client: retry if SSLWantReadError occurs in the async client (#233) (33b553a)
- client: serialise pydantic v1 default fields correctly in params (#232) (d5e70e8)
- models: mark unknown fields as set in pydantic v1 (#231) (4ce7a1e)
Chores
- internal: fix devcontainer interpeter path (#235) (7f92e25)
- internal: fix typo in NotGiven docstring (#234) (ce5cccc)
Documentation
v0.6.0
0.6.0 (2023-11-08)
Full Changelog: v0.5.1...v0.6.0
Features
- client: adjust retry behavior to be exponential backoff (#205) (c8a4119)
- client: allow binary returns (#217) (159ddd6)
- client: improve file upload types (#204) (d85d1e0)
- client: support accessing raw response objects (#211) (ebe8e4a)
- client: support passing BaseModels to request params at runtime (#218) (9f04ea6)
- client: support passing chunk size for binary responses (#227) (c88f01e)
- client: support passing httpx.Timeout to method timeout argument (#222) (ef58166)
- github: include a devcontainer setup (#216) (c9fee19)
- package: add classifiers (#214) (380967e)
Bug Fixes
- binaries: don't synchronously block in astream_to_file (#219) (2a2a617)
- prevent TypeError in Python 3.8 (ABC is not subscriptable) (#221) (893e885)
Chores
- docs: fix github links (#225) (dfa9935)
- internal: fix some typos (#223) (9038193)
- internal: improve github devcontainer setup (#226) (3cd90ab)
- internal: minor restructuring of base client (#213) (60dc609)
- internal: remove unused int/float conversion (#220) (a6bf20d)
- internal: require explicit overrides (#210) (72f4339)
Documentation
v0.5.1
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)