Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.20.0
v0.19.2
v0.19.1
v0.19.0
v0.18.1
v0.18.0
v0.17.0
0.17.0 (2024-03-04)
Full Changelog: v0.16.0...v0.17.0
Features
Chores
- client: use anyio.sleep instead of asyncio.sleep (#351) (2778a22)
- docs: mention install from git repo (#356) (9d503ba)
- docs: remove references to old bedrock package (#344) (3323883)
- internal: bump pyright (#350) (ee0161c)
- internal: bump rye to v0.24.0 (#348) (be8597b)
- internal: improve bedrock streaming setup (#354) (2b55c68)
- internal: refactor release environment script (#347) (a87443a)
- internal: split up transforms into sync / async (#357) (f55ee71)
- internal: support more input types (#358) (35b0347)
- internal: update deps (#349) (ab82b2d)
Documentation
Refactors
v0.16.0
0.16.0 (2024-02-13)
Full Changelog: v0.15.1...v0.16.0
Breaking Changes
We've removed the beta
namespace from the messages API.
To migrate to this version you'll just need to remove all .beta
references, everything else is the same!
Features
- api: messages is generally available (#343) (f682594)
- messages: allow message response in params (#339) (86c63f0)
Documentation
v0.15.1
0.15.1 (2024-02-07)
Full Changelog: v0.15.0...v0.15.1
Bug Fixes
- prevent crash when platform.architecture() is not allowed (#334) (fefb5c1)
- types: loosen most List params types to Iterable (#338) (6e7761b)