8000 Releases · anthropics/anthropic-sdk-python · GitHub
[go: up one dir, main page]

Skip to content

Releases: anthropics/anthropic-sdk-python

v0.59.0

23 Jul 16:22
Compare
Choose a tag to compare

0.59.0 (2025-07-23)

Full Changelog: v0.58.2...v0.59.0

Features

  • api: removed older deprecated models (38998fd)

Bug Fixes

  • parsing: ignore empty metadata (7099f32)
  • parsing: parse extra field types (dbea8a4)

Chores

v0.58.2

18 Jul 13:38
Compare
Choose a tag to compare

0.58.2 (2025-07-18)

Full Changelog: v0.58.1...v0.58.2

Chores

v0.58.1

18 Jul 13:36
Compare
Choose a tag to compare

0.58.1 (2025-07-18)

Full Changelog: v0.58.0...v0.58.1

Chores

v0.58.0

18 Jul 13:34
Compare
Choose a tag to compare

0.58.0 (2025-07-18)

Full Changelog: v0.57.1...v0.58.0

Features

  • clean up environment call outs (4f64e9c)

Bug Fixes

  • client: don't send Content-Type header on GET requests (727268f)
  • parsing: correctly handle nested discriminated unions (44dd47e)

Chores

  • internal: bump pinned h11 dep (9a947e1)
  • internal: codegen related update (33f2b34)
  • internal: version bump (5f0f5ad)
  • package: mark python 3.13 as supported (703d557)
  • readme: fix version rendering on pypi (dd956a6)

Documentation

v0.57.1

03 Jul 16:57
Compare
Choose a tag to compare

0.57.1 (2025-07-03)

Full Changelog: v0.57.0...v0.57.1

Chores

  • api: update BetaCitationSearchResultLocation (e0735b4)
  • internal: version bump (d368831)

v0.57.0

03 Jul 16:24
Compare
Choose a tag to compare

0.57.0 (2025-07-03)

Full Changelog: v0.56.0...v0.57.0

Features

  • api: add support for Search Result Content Blocks (4896178)

Bug Fixes

  • improve timeout/network error message to be more helpful (347fb57)

Chores

  • ci: change upload type (4dc4178)
  • internal: version bump (363629c)
  • stream: improve get_final_text() error message (#979) (5ae0a33)

Documentation

v0.56.0

01 Jul 19:38
Compare
Choose a tag to compare

0.56.0 (2025-07-01)

Full Changelog: v0.55.0...v0.56.0

Features

  • bedrock: automatically infer AWS Region (#974) (f648e09)
  • vertex: support global region endpoint (1fd1adf)

Bug Fixes

  • ci: correct conditional (18e625a)
  • ci: release-doctor — report correct token name (c91f50d)
  • tests: avoid deprecation warnings (71b432f)

Chores

  • ci: only run for pushes and fork pull requests (447b793)
  • internal: add breaking change detection (e6d0eca)
  • internal: codegen related update (f88517b)
  • internal: codegen related update (a385cb9)
  • internal: codegen related update (9d4b537)
  • internal: codegen related update (6a3a6fe)
  • internal: codegen related update (28704a6)
  • tests: run tests with min and max supported Python versions by default (0ad8534)
  • tests: skip some failing tests on the latest python versions (f63a2d2)

v0.55.0

23 Jun 18:51
Compare
Choose a tag to compare

0.55.0 (2025-06-23)

Full Changelog: v0.54.0...v0.55.0

Features

Bug Fixes

  • client: correctly parse binary response | stream (d93817d)
  • internal: revert unintentional changes (bb3beab)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (ee69d74)
  • tests: suppress warnings in tests when running on the latest Python versions (#982) (740da21)

Chores

  • ci: enable for pull requests (08f2dd2)
  • internal: update conftest.py (1174a62)
  • internal: version bump (7241eaa)
  • readme: update badges (00661c2)
  • tests: add tests for httpx client instantiation & proxies (b831d88)
  • tests: run tests in parallel (4b24a79)

Documentation

  • client: fix httpx.Timeout documentation reference (b0138b1)

v0.54.0

11 Jun 02:45
00e0df2
Compare
Choose a tag to compare

0.54.0 (2025-06-10)

Full Changelog: v0.53.0...v0.54.0

Features

  • client: add support for fine-grained-tool-streaming-2025-05-14 (07ec081)

Bug Fixes

  • httpx: resolve conflict between default transport and proxy settings (#969) (a6efded)
  • tests: update test (99c2433)

Chores

Documentation

  • contributing: fix uv script for bootstrapping (d2bde52)

v0.53.0

09 Jun 16:19
Compare
Choose a tag to compare

0.53.0 (2025-06-09)

Full Changelog: v0.52.2...v0.53.0

Features

  • client: add follow_redirects request option (e5238c0)
  • client: add support for new text_editor_20250429 tool (b3b3f5b)

Bug Fixes

  • client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (5ac58e9)
  • internal: fix typing remapping (6c415da)

Chores

  • internal: codegen related update (94812ec)
  • internal: version bump (41ce701)
  • tests: improve testing by extracting fixtures (68c62cc)
0