Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.104.1
v0.104.0
0.104.0 (2026-05-21)
Full Changelog: v0.103.1...v0.104.0
Features
- api: Add support for thinking-token-count beta for estimated tokens in thinking block deltas when streaming (80d0fdf)
v0.103.1
v0.103.0
0.103.0 (2026-05-19)
Full Changelog: v0.102.0...v0.103.0
Features
- client: Add support for self-hosted sandboxes in CMA with sandbox helpers (e5625b0)
v0.102.0
v0.101.0
0.101.0 (2026-05-11)
Full Changelog: v0.100.0...v0.101.0
Features
- aws: Add AWS client for Claude Platform on AWS (1e70e3a)
Bug Fixes
- client: add missing f-string prefix in file type error message (06d109a)
Chores
v0.100.0
0.100.0 (2026-05-06)
Full Changelog: v0.99.0...v0.100.0
Features
- api: add support for Managed Agents multiagents and outcomes, webhooks, vault validation (3b3deee)
Bug Fixes
- api: Adjust webhook configuration (8c3339e)
v0.99.0
0.99.0 (2026-05-05)
Full Changelog: v0.98.1...v0.99.0
Features
- client: allow targeting a workspace for OIDC federation token exchange (4ba8067)
v0.98.1
v0.98.0
0.98.0 (2026-05-04)
Full Changelog: v0.97.0...v0.98.0
Features
- api: improve Managed Agents APIs (7faf393)
- client: add Workload Identity Federation, interactive OAuth, and auth profiles (6458bcc)
- support setting headers via env (52eb8cd)
Bug Fixes
- streaming: propagate stop_details from message_delta onto accumulated Message (#1725) (900dd9b)
- use correct field name format for multipart file arrays (8350bdc)
- vertex: async client missing us/eu multi-region base_url branches (#1734) (3e78f71)
Chores
- internal: reformat pyproject.toml (5a9d5fd)