Releases: anthropics/anthropic-sdk-python
Releases Β· anthropics/anthropic-sdk-python
v0.34.0
v0.33.1
v0.33.0
0.33.0 (2024-08-09)
Full Changelog: v0.32.0...v0.33.0
Features
- client: add
retries_taken
to raw response class (43fb587)
Chores
- internal: bump pyright (#622) (9480109)
- internal: bump ruff version (#625) (b1a4e7b)
- internal: test updates (#624) (2cea1f5)
- internal: update pydantic compat helper function (#627) (dc18ee0)
- internal: updates (#629) (d6357a6)
- internal: use
TypeAlias
marker for type assignments (#621) (a4bff9c) - sync openapi version (#617) (9c0ad95)
- sync openapi version (#620) (0a3f3fa)
- sync openapi version (#628) (cfad41f)
v0.32.0
0.32.0 (2024-07-29)
Full Changelog: v0.31.2...v0.32.0
Features
- add back compat alias for InputJsonDelta (25a5b6c)
Bug Fixes
- change signatures for the stream function (c9eb11b)
- client: correctly apply client level timeout for messages (#615) (5f8d88f)
Chores
- docs: document how to do per-request http client customization (#603) (5161f62)
- internal: add type construction helper (#613) (5e36940)
- sync spec (#605) (6b7707f)
- tests: update prism version (#607) (1797dc6)
Refactors
v0.31.2
0.31.2 (2024-07-17)
Full Changelog: v0.31.1...v0.31.2
Bug Fixes
- vertex: also refresh auth if there is no token (4a8d02d)
- vertex: correct request options in retries (460547b)
Chores
v0.31.1
0.31.1 (2024-07-15)
Full Changelog: v0.31.0...v0.31.1
Bug Fixes
Chores
- ci: also run workflows for PRs targeting
next
(#587) (f7e49f2) - internal: minor changes to tests (#591) (fabd591)
- internal: minor formatting changes (a71927b)
- internal: minor import restructuring (#588) (1d9db4f)
- internal: minor options / compat functions updates (#592) (d41a880)
- internal: update mypy (#584) (0a0edce)
v0.31.0
0.31.0 (2024-07-10)
Full Changelog: v0.30.1...v0.31.0
Features
- client: make request-id header more accessible (#581) (130d470)
- vertex: add copy and with_options (#578) (fcd425f)
Bug Fixes
- client: always respect content-type multipart/form-data if provided (#574) (6051763)
- streaming/messages: more robust event type construction (#576) (98e2075)
- types: allow arbitrary types in image block param (#582) (ebd6590)
- Updated doc typo (17be06b)
- vertex: avoid credentials refresh on every request (#575) (37bd433)