Skip to content

Releases: anthropics/anthropic-sdk-python

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)

v0.11.0

23 Jan 18:53
Compare
Choose a tag to compare

0.11.0 (2024-01-23)

Full Changelog: v0.10.0...v0.11.0

Features

  • vertex: add support for google vertex (#319) (5324415)

Chores

v0.10.0

18 Jan 20:46
Compare
Choose a tag to compare

0.10.0 (2024-01-18)

Full Changelog: v0.9.0...v0.10.0

Features

  • client: add support for streaming raw responses (#307) (f295982)

Bug Fixes

  • ci: ignore stainless-app edits to release PR title (#315) (69e8b03)

Chores

  • add write_to_file binary helper method (#309) (8ac7988)
  • client: improve debug logging for failed requests (#303) (5e58c25)
  • internal: fix typing util function (#310) (3671aa6)
  • internal: remove redundant client test (#311) (d7140f7)
  • internal: share client instances between all tests (#314) (ccf731b)
  • internal: speculative retry-after-ms support (#312) (4b27da9)
  • internal: updates to proxy helper (#308) (a0b3cdb)
  • lazy load raw resource class properties (#313) (b13f824)

Documentation

v0.9.0

08 Jan 20:50
Compare
Choose a tag to compare

0.9.0 (2024-01-08)

Full Changelog: v0.8.1...v0.9.0

Features

  • add None default value to nullable response properties (#299) (da423db)

Bug Fixes

  • client: correctly use custom http client auth (#296) (6289d6e)

Chores

  • add .keep files for examples and custom code directories (#302) (73a07ea)
  • internal: loosen type var restrictions (#301) (5e5e1e7)
  • internal: replace isort with ruff (#298) (7c60904)
  • use property declarations for resource members (#300) (8671297)

v0.8.1

22 Dec 14:53
Compare
Choose a tag to compare

0.8.1 (2023-12-22)

Full Changelog: v0.8.0...v0.8.1

Chores

Documentation

  • messages: improvements to helpers reference + typos (#291) (d18a895)
  • readme: remove old migration guide (#289) (eec4574)

v0.8.0

19 Dec 16:30
Compare
Choose a tag to compare

0.8.0 (2023-12-19)

Full Changelog: v0.7.8...v0.8.0

Features

  • api: add messages endpoint with streaming helpers (#286) (c464b87)

Chores

  • ci: run release workflow once per day (#282) (3a23912)
  • client: only import tokenizers when needed (#284) (b9e38b2)
  • streaming: update constructor to use direct client names (#285) (0c55c84)

v0.7.8

13 Dec 18:07
Compare
Choose a tag to compare

0.7.8 (2023-12-12)

Full Changelog: v0.7.7...v0.7.8

Bug Fixes

  • avoid leaking memory when Client.with_options is used (#275) (5e51ebd)
  • client: correct base_url setter implementation (#265) (29d0c8b)
  • client: ensure retried requests are closed (#261) (5d9aa75)
  • errors: properly assign APIError.body (#274) (342846f)

Chores

Documentation

Refactors