Skip to content

Releases: anthropics/anthropic-sdk-python

v0.18.1

04 Mar 20:21
1f110a2
Compare
Choose a tag to compare

0.18.1 (2024-03-04)

Full Changelog: v0.18.0...v0.18.1

Chores

v0.18.0

04 Mar 17:27
Compare
Choose a tag to compare

0.18.0 (2024-03-04)

Full Changelog: v0.17.0...v0.18.0

Features

Chores

v0.17.0

04 Mar 14:02
b686303
Compare
Choose a tag to compare

0.17.0 (2024-03-04)

Full Changelog: v0.16.0...v0.17.0

Features

  • messages: add support for image inputs (#359) (579f013)

Chores

Documentation

Refactors

v0.16.0

13 Feb 16:22
Compare
Choose a tag to compare

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

07 Feb 22:40
Compare
Choose a tag to compare

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)

Chores

v0.15.0

02 Feb 22:39
Compare
Choose a tag to compare

0.15.0 (2024-02-02)

Full Changelog: v0.14.1...v0.15.0

Features

v0.14.1

02 Feb 20:07
Compare
Choose a tag to compare

0.14.1 (2024-02-02)

Full Changelog: v0.14.0...v0.14.1

Chores

  • interal: make link to api.md relative (#330) (e393317)

v0.14.0

31 Jan 22:06
Compare
Choose a tag to compare

0.14.0 (2024-01-31)

Full Changelog: v0.13.0...v0.14.0

Features

v0.13.0

31 Jan 00:22
Compare
Choose a tag to compare

0.13.0 (2024-01-30)

Full Changelog: v0.12.0...v0.13.0

Features

  • client: support parsing custom response types (#325) (416633f)

Chores

  • internal: cast type in mocked test (#326) (fd22d8e)
  • internal: enable ruff type checking misuse lint rule (#324) (6587598)
  • internal: support multipart data with overlapping keys (#322) (9ecab60)
  • internal: support pre-release versioning (#327) (78b1bfe)

v0.12.0

26 Jan 04:33
Compare
Choose a tag to compare

0.12.0 (2024-01-25)

Full Changelog: v0.11.0...v0.12.0

Features

  • client: enable follow redirects by default (#320) (9959c32)