Skip to content

Releases: anthropics/anthropic-sdk-python

v0.24.0

09 Apr 17:02
Compare
Choose a tag to compare

0.24.0 (2024-04-09)

Full Changelog: v0.23.1...v0.24.0

Features

  • client: add DefaultHttpxClient and DefaultAsyncHttpxClient (#444) (51d2427)
  • models: add to_dict & to_json helper methods (#446) (6709f58)

v0.23.1

04 Apr 19:52
Compare
Choose a tag to compare

0.23.1 (2024-04-04)

Full Changelog: v0.23.0...v0.23.1

Documentation

v0.23.0

04 Apr 18:54
Compare
Choose a tag to compare

0.23.0 (2024-04-04)

Full Changelog: v0.22.1...v0.23.0

Features

v0.22.1

04 Apr 17:03
Compare
Choose a tag to compare

0.22.1 (2024-04-04)

Full Changelog: v0.22.0...v0.22.1

Bug Fixes

  • types: correctly mark type as a required property in requests (#435) (efc35ec)

Chores

  • types: consistent naming for text block types (#437) (e979fe1)

v0.22.0

04 Apr 12:58
Compare
Choose a tag to compare

0.22.0 (2024-04-04)

Full Changelog: v0.21.3...v0.22.0

Features

  • client: increase default HTTP max_connections to 1000 and max_keepalive_connections to 100 (#428) (9a43940)
  • package: export default constants (#423) (0d694e1)

Bug Fixes

  • client: correct logic for line decoding in streaming (#433) (6bf9379)
  • project: use absolute github links on PyPi (#427) (cbd8b1c)
  • revert regression with 3.7 support (#419) (fa21f36)
  • streaming: correct accumulation of output tokens (#426) (b50ed05)

Chores

Documentation

v0.21.3

21 Mar 16:10
Compare
Choose a tag to compare

0.21.3 (2024-03-21)

Full Changelog: v0.21.2...v0.21.3

Bug Fixes

  • types: correct typo claude-2.1' to claude-2.1 (#400) (7f82aa3)
  • types: correct typo claude-2.1' to claude-2.1 (#413) (bb1aebe)

v0.21.2

21 Mar 16:03
Compare
Choose a tag to compare

0.21.2 (2024-03-21)

Full Changelog: v0.21.1...v0.21.2

Documentation

  • readme: consistent use of sentence case in headings (#405) (495ca87)
  • readme: document how to make undocumented requests (#407) (b046d0d)

v0.21.1

20 Mar 16:03
Compare
Choose a tag to compare

0.21.1 (2024-03-20)

Full Changelog: v0.21.0...v0.21.1

Chores

  • internal: loosen input type for util function (#402) (9a6ca55)

v0.21.0

19 Mar 23:51
Compare
Choose a tag to compare

0.21.0 (2024-03-19)

Full Changelog: v0.20.0...v0.21.0

Features

  • vertex: api is no longer in private beta (#399) (4cb0e64)

Performance Improvements

Chores

  • internal: update generated pragma comment (#398) (330b61e)

Documentation

v0.20.0

13 Mar 17:27
Compare
Choose a tag to compare

0.20.0 (2024-03-13)

Full Changelog: v0.19.2...v0.20.0

Features

Documentation