Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.93.0
v0.92.0
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
v0.90.0
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
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
v0.87.0
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
0.86.0 (2026-03-18)
Full Changelog: v0.85.0...v0.86.0
Features
- add support for filesystem memory tools (#1247) (235d218)
- api: manual updates (86dbe4a)
- api: manual updates (45d9cc0)
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_aliasunless set (b17480e)
Chores
- internal: tweak CI branches (3c0308c)
v0.85.0
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
v0.84.0
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_variablesmore resilient (f7056e0) - internal: make
test_proxy_environment_variablesmore resilient to env (143efcc) - internal: simplify http snapshots (#1092) (4a4dc9f)
- internal: update jsonl tests (a8e6a6e)
Documentation
- rebrand to Claude SDK and streamline README (6b54405)