Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.76.0
0.76.0 (2026-01-13)
Full Changelog: v0.75.0...v0.76.0
Features
- allow raw JSON schema to be passed to messages.stream() (955c61d)
- client: add support for binary request streaming (5302f27)
- tool runner: add support for server-side tools (#1086) (1521316)
Bug Fixes
- client: loosen auth header validation (5a0b89b)
- ensure streams are always closed (388bd0c)
- types: allow pyright to infer TypedDict types within SequenceNotStr (ede3242)
- use async_to_httpx_files in patch method (718fa8e)
Chores
- add missing docstrings (d306605)
- bump required
uvversion (90634f3) - ci: Add Claude Code GitHub Workflow (#1293) (83d1c4a)
- deps: mypy 1.18.1 has a regression, pin to 1.17 (21c6374)
- docs: use environment variables for authentication in code snippets (87aa378)
- fix docstring (51fca79)
- internal: add
--fixargument to lint script (8914b7a) - internal: add missing files argument to base client (6285abc)
- internal: avoid using unstable Python versions in tests (4547171)
- update lockfile (d7ae1fc)
- update uv.lock (746ac05)
v0.75.0
0.75.0 (2025-11-24)
Full Changelog: v0.74.1...v0.75.0
Features
- api: adds support for Claude Opus 4.5, Effort, Advance Tool Use Features, Autocompaction, and Computer Use v5 (5c3e633)
Bug Fixes
- internal: small fixes (36c82f7)
Chores
- fix lint issues (4f1fd54)
v0.74.1
0.74.1 (2025-11-19)
Full Changelog: v0.74.0...v0.74.1
Bug Fixes
- structured outputs: use correct beta header (e90d347)
Chores
- examples: update model references (e09461d)
v0.74.0
0.74.0 (2025-11-18)
Full Changelog: v0.73.0...v0.74.0
Features
- add Foundry SDK (3ae9e45)
Bug Fixes
- examples/memory: properly add assistant_content to messages (#1049) (9c7141b)
- use posix paths in file collection for cross-platform compatibility (d9c6f40), closes #1051
Chores
- internal: remove unnecessary wrapper around external snapshots (19eceac)
Documentation
v0.73.0
0.73.0 (2025-11-14)
Full Changelog: v0.72.1...v0.73.0
Features
- api: add support for structured outputs beta (688da81)
v0.72.1
0.72.1 (2025-11-11)
Full Changelog: v0.72.0...v0.72.1
Bug Fixes
- client: close streams without requiring full consumption (109b771)
- compat with Python 3.14 (bd2a137)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (540f0f8)
Chores
v0.72.0
0.72.0 (2025-10-28)
Full Changelog: v0.71.1...v0.72.0
Features
- api: add ability to clear thinking in context management (27c8f17)
v0.71.1
0.71.1 (2025-10-28)
Full Changelog: v0.71.0...v0.71.1
Bug Fixes
- client: resolve non-functional default socket options (4606137)
Chores
v0.71.0
0.71.0 (2025-10-16)
Full Changelog: v0.70.0...v0.71.0
Features
- api: adding support for agent skills (51a606f)