Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
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)
Documentation
Refactors
v0.7.7
v0.7.6
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)