Skip to content

Releases: anthropics/anthropic-sdk-python

v0.49.0

28 Feb 19:35
Compare
Choose a tag to compare

0.49.0 (2025-02-28)

Full Changelog: v0.48.0...v0.49.0

Features

  • api: add support for disabling tool calls (#888) (bfde3d2)

Chores

Documentation

  • update URLs from stainlessapi.com to stainless.com (#885) (312364b)

v0.48.0

27 Feb 19:35
Compare
Choose a tag to compare

0.48.0 (2025-02-27)

Full Changelog: v0.47.2...v0.48.0

Features

  • api: add URL source blocks for images and PDFs (#884) (e6b3a70)

Documentation

v0.47.2

25 Feb 16:27
Compare
Choose a tag to compare

0.47.2 (2025-02-25)

Full Changelog: v0.47.1...v0.47.2

Bug Fixes

  • beta: add thinking to beta.messages.stream (69e3db1)

Chores

  • internal: properly set pydantic_private (#879) (3537a3b)

v0.47.1

24 Feb 23:33
Compare
Choose a tag to compare

0.47.1 (2025-02-24)

Full Changelog: v0.47.0...v0.47.1

Chores

v0.47.0

24 Feb 18:06
Compare
Choose a tag to compare

0.47.0 (2025-02-24)

Full Changelog: v0.46.0...v0.47.0

Features

  • api: add claude-3.7 + support for thinking (c5387e6)
  • client: add more status exceptions (#854) (00d9512)
  • client: allow passing NotGiven for body (#868) (8ab445e)

Bug Fixes

  • client: mark some request bodies as optional (8ab445e)

Chores

v0.46.0

18 Feb 20:34
Compare
Choose a tag to compare

0.46.0 (2025-02-18)

Full Changelog: v0.45.2...v0.46.0

Features

  • client: send X-Stainless-Read-Timeout header (#858) (0e75983)
  • jsonl: add .close() method (#862) (137335c)
  • pagination: avoid fetching when has_more: false (#860) (0cdb81d)

Bug Fixes

Chores

  • api: update openapi spec url (#852) (461d821)
  • internal: bummp ruff dependency (#856) (590c3fa)
  • internal: change default timeout to an int (#855) (3152e1a)
  • internal: fix tests (fc41ba2)
  • internal: fix type traversing dictionary params (#859) (c5b700d)
  • internal: reorder model constants (#847) (aadd531)
  • internal: update models used in tests (aadd531)

v0.45.2

27 Jan 22:01
Compare
Choose a tag to compare

0.45.2 (2025-01-27)

Full Changelog: v0.45.1...v0.45.2

Bug Fixes

  • streaming: avoid invalid deser type error (#845) (72a2585)

v0.45.1

27 Jan 16:17
Compare
Choose a tag to compare

0.45.1 (2025-01-27)

Full Changelog: v0.45.0...v0.45.1

Bug Fixes

Chores

v0.45.0

23 Jan 16:53
Compare
Choose a tag to compare

0.45.0 (2025-01-23)

Full Changelog: v0.44.0...v0.45.0

Features

Chores

v0.44.0

21 Jan 16:53
Compare
Choose a tag to compare

0.44.0 (2025-01-21)

Full Changelog: v0.43.1...v0.44.0

Features

Bug Fixes

  • tests: make test_get_platform less flaky (#830) (f2c10ca)

Chores

  • deprecate more models (c647e25)
  • internal: avoid pytest-asyncio deprecation warning (#832) (2b3ceff)
  • internal: minor style changes (#833) (65cfb7b)

Documentation