Releases: anthropics/anthropic-sdk-python
Releases Β· anthropics/anthropic-sdk-python
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)
Chores
v0.30.1
v0.30.0
v0.29.2
v0.29.1
v0.29.0
v0.28.1
0.28.1 (2024-06-14)
Full Changelog: v0.28.0...v0.28.1
Documentation
- readme: tool use is no longer in beta (d2be3c0)
v0.28.0
0.28.0 (2024-05-30)
Full Changelog: v0.27.0...v0.28.0
β BREAKING CHANGES
- streaming: remove old event_handler API (#532)