Skip to content

Releases: anthropics/anthropic-sdk-python

v0.93.0

09 Apr 18:13

Choose a tag to compare

0.93.0 (2026-04-09)

Full Changelog: v0.92.0...v0.93.0

Features

  • api: Add beta advisor tool (4297dca)

v0.92.0

08 Apr 16:55
90cd200

Choose a tag to compare

0.92.0 (2026-04-08)

Full Changelog: v0.91.0...v0.92.0

Features

  • api: add support for Claude Managed Agents (5b879a7)

v0.91.0

07 Apr 18:40
8a0885d

Choose a tag to compare

0.91.0 (2026-04-07)

Full Changelog: v0.90.0...v0.91.0

Features

v0.90.0

07 Apr 18:01

Choose a tag to compare

0.90.0 (2026-04-07)

Full Changelog: v0.89.0...v0.90.0

Features

  • api: Add support for claude-mythos-preview (fc7ddd8)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (32d35e0)

v0.89.0

03 Apr 18:56

Choose a tag to compare

0.89.0 (2026-04-03)

Full Changelog: v0.88.0...v0.89.0

Features

  • vertex: add support for US multi-region endpoint (4e732da)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (e7f4a3c)

Chores

  • client: deprecate client-side compaction helpers (e60affc)

v0.88.0

01 Apr 19:58

Choose a tag to compare

0.88.0 (2026-04-01)

Full Changelog: v0.87.0...v0.88.0

Features

Chores

  • tests: bump steady to v0.20.2 (1bc4e9f)

v0.87.0

31 Mar 17:52

Choose a tag to compare

0.87.0 (2026-03-31)

Full Changelog: v0.86.0...v0.87.0

Features

  • client: add error type field to APIStatusError (#1587) (dd563c0)
  • internal: implement indices array format for query and form serialization (11a6244)

Bug Fixes

  • honor api_exclude in async transform path (#1612) (8172232), closes #1610
  • memory: return resolved path from async _validate_path (7b0add3)
  • memory: use restrictive file mode for memory files (47ba5b8)
  • sanitize endpoint path params (98f60e4)
  • transform schema: support enums (#1275) (5c088ab)

Chores

  • ci: run builds on CI even if only spec metadata changed (194c050)
  • ci: skip lint on metadata-only changes (03e2ab9)
  • internal: update gitignore (94ede14)
  • tests: bump steady to v0.19.4 (2d6d58f)
  • tests: bump steady to v0.19.5 (8fb439a)
  • tests: bump steady to v0.19.6 (76da5fd)
  • tests: bump steady to v0.19.7 (bfa40e5)
  • tests: bump steady to v0.20.1 (4fd9446)

v0.86.0

18 Mar 18:42

Choose a tag to compare

0.86.0 (2026-03-18)

Full Changelog: v0.85.0...v0.86.0

Features

Bug Fixes

  • AsyncAnthropic._make_status_error missing 529 and 413 cases (#1244) (05220bc)
  • deps: bump minimum typing-extensions version (09ab112)
  • pydantic: do not pass by_alias unless set (b17480e)

Chores

  • internal: tweak CI branches (3c0308c)

v0.85.0

16 Mar 17:00

Choose a tag to compare

0.85.0 (2026-03-16)

Full Changelog: v0.84.0...v0.85.0

Features

  • api: chore(config): clean up model enum list (#31) (cce1a5b)
  • api: GA thinking-display-setting (207340c)
  • tests: update mock server (7dc86a4)

Bug Fixes

  • client: add missing 413 and 529 error handlers to async client (#1554) (9c2986f)
  • tool runner: propagate container_id for programmatic tool calling (#1462) (3ae7ff6)
  • tools: use filtered messages list in async compaction (#1124) (710d666)

Chores

  • ci: bump uv version (09656ac)
  • internal: codegen related update (c9e9fc2)
  • internal: codegen related update (77f77d1)
  • tests: unskip tests that are now supported in steady (827330b)

v0.84.0

25 Feb 05:22

Choose a tag to compare

0.84.0 (2026-02-25)

Full Changelog: v0.83.0...v0.84.0

Features

  • api: change array_format to brackets (925d2ad)
  • api: remove publishing section from cli target (7bc7ceb)
  • helpers: add conversion helpers for MCP tools, prompts, and resources (#1383) (9489751)

Chores

  • add missing raw jsonl results method (1009d4a)
  • internal: add request options to SSE classes (4f4bc8e)
  • internal: make test_proxy_environment_variables more resilient (f7056e0)
  • internal: make test_proxy_environment_variables more resilient to env (143efcc)
  • internal: simplify http snapshots (#1092) (4a4dc9f)
  • internal: update jsonl tests (a8e6a6e)

Documentation

  • rebrand to Claude SDK and streamline README (6b54405)