Skip to content

Releases: anthropics/anthropic-sdk-python

v0.68.0

17 Sep 15:19
Compare
Choose a tag to compare

0.68.0 (2025-09-17)

Full Changelog: v0.67.0...v0.68.0

Features

  • add tool running helpers (d9c9ce6)

Chores

  • internal: fix tests (9858c79)
  • internal: update pydantic dependency (f59c2f1)
  • tests: simplify get_platform test (7596748)

v0.67.0

10 Sep 14:46
Compare
Choose a tag to compare

0.67.0 (2025-09-10)

Full Changelog: v0.66.0...v0.67.0

Features

  • api: adds support for web_fetch_20250910 tool (f85b6a1)
  • improve future compat with pydantic v3 (39f28c5)

Bug Fixes

  • more updates for future pydantic v3 compat (7967d15)
  • types/beta: add response content block type to params (#1030) (9febe38)

Chores

  • internal: move mypy configurations to pyproject.toml file (c5347b6)
  • update SDK settings (36e6870)

v0.66.0

03 Sep 14:55
Compare
Choose a tag to compare

0.66.0 (2025-09-03)

Full Changelog: v0.65.0...v0.66.0

Features

  • api: adds support for Documents in tool results (5309dad)

v0.65.0

02 Sep 16:12
Compare
Choose a tag to compare

0.65.0 (2025-09-02)

Full Changelog: v0.64.0...v0.65.0

Features

  • client: adds support for code-execution-2025-08-26 tool (fe92af0)
  • types: replace List[str] with SequenceNotStr in params (f542b54)

Bug Fixes

  • avoid newer type syntax (c6d1cf5)
  • client: remove unused import (712c6d8)

Chores

  • client: sync SequenceNotStr over to custom stream methods (dd16483)
  • internal: add Sequence related utils (d523f29)
  • internal: bump uv version (aab5bc6)
  • internal: change ci workflow machines (5383431)
  • internal: codegen related update (eb8b19f)
  • internal: improve breaking change detection (6c8afa9)
  • internal: refactor pydantic v1 test setup (cb5444b)
  • internal: run tests in an isolated environment (9adb089)
  • internal: update pyright exclude list (85961ef)
  • update github action (1e6a135)

v0.64.0

13 Aug 17:09
Compare
Choose a tag to compare

0.64.0 (2025-08-13)

Full Changelog: v0.63.0...v0.64.0

Features

  • api: makes 1 hour TTL Cache Control generally available (35201ba)

Chores

  • deprecate older claude-3-5 sonnet models (#1116) (3e8e10d)

v0.63.0

12 Aug 16:59
Compare
Choose a tag to compare

0.63.0 (2025-08-12)

Full Changelog: v0.62.0...v0.63.0

Features

  • betas: add context-1m-2025-08-07 (57a80e7)

Chores

  • internal: detect breaking changes when removing endpoints (5c62d7b)
  • internal: update comment in script (9e9d69c)
  • internal: update test skipping reason (b18a3d5)
  • update @stainless-api/prism-cli to v5.15.0 (55cb0a1)

v0.62.0

08 Aug 13:28
Compare
Choose a tag to compare

0.62.0 (2025-08-08)

Full Changelog: v0.61.0...v0.62.0

Features

  • api: search result content blocks (1ae15cd)

v0.61.0

05 Aug 16:29
Compare
Choose a tag to compare

0.61.0 (2025-08-05)

Full Changelog: v0.60.0...v0.61.0

Features

  • api: add claude-opus-4-1-20250805 (baae0ee)
  • api: adds support for text_editor_20250728 tool (9ad8fe5)
  • client: support file upload requests (a9bd98a)

Chores

  • client: add TextEditor_20250429 tool (ec207c5)
  • internal: codegen related update (4498057)
  • internal: fix ruff target version (3cfa202)

v0.60.0

28 Jul 19:53
Compare
Choose a tag to compare

0.60.0 (2025-07-28)

Full Changelog: v0.59.0...v0.60.0

Features

  • update streaming error message to say 'required' not 'recommended' (57120c8)
  • update streaming error message to say 'required' not 'recommended' (3b47368)

Bug Fixes

Chores

  • project: add settings file for vscode (1c4a9b1)

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