Releases: anthropics/anthropic-sdk-python
Releases · anthropics/anthropic-sdk-python
v0.59.0
v0.58.2
v0.58.1
v0.58.0
0.58.0 (2025-07-18)
Full Changelog: v0.57.1...v0.58.0
Features
- clean up environment call outs (4f64e9c)
Bug Fixes
- client: don't send Content-Type header on GET requests (727268f)
- parsing: correctly handle nested discriminated unions (44dd47e)
Chores
- internal: bump pinned h11 dep (9a947e1)
- internal: codegen related update (33f2b34)
- internal: version bump (5f0f5ad)
- package: mark python 3.13 as supported (703d557)
- readme: fix version rendering on pypi (dd956a6)
Documentation
v0.57.1
v0.57.0
0.57.0 (2025-07-03)
Full Changelog: v0.56.0...v0.57.0
Features
- api: add support for Search Result Content Blocks (4896178)
Bug Fixes
- improve timeout/network error message to be more helpful (347fb57)
Chores
- ci: change upload type (4dc4178)
- internal: version bump (363629c)
- stream: improve get_final_text() error message (#979) (5ae0a33)
Documentation
v0.56.0
0.56.0 (2025-07-01)
Full Changelog: v0.55.0...v0.56.0
Features
- bedrock: automatically infer AWS Region (#974) (f648e09)
- vertex: support global region endpoint (1fd1adf)
Bug Fixes
- ci: correct conditional (18e625a)
- ci: release-doctor — report correct token name (c91f50d)
- tests: avoid deprecation warnings (71b432f)
Chores
- ci: only run for pushes and fork pull requests (447b793)
- internal: add breaking change detection (e6d0eca)
- internal: codegen related update (f88517b)
- internal: codegen related update (a385cb9)
- internal: codegen related update (9d4b537)
- internal: codegen related update (6a3a6fe)
- internal: codegen related update (28704a6)
- tests: run tests with min and max supported Python versions by default (0ad8534)
- tests: skip some failing tests on the latest python versions (f63a2d2)
v0.55.0
0.55.0 (2025-06-23)
Full Changelog: v0.54.0...v0.55.0
Features
- api: api update (4b2134e)
- api: api update (2093bff)
- api: manual updates (c80fda8)
- client: add support for aiohttp (3b03295)
Bug Fixes
- client: correctly parse binary response | stream (d93817d)
- internal: revert unintentional changes (bb3beab)
- tests: fix: tests which call HTTP endpoints directly with the example parameters (ee69d74)
- tests: suppress warnings in tests when running on the latest Python versions (#982) (740da21)
Chores
- ci: enable for pull requests (08f2dd2)
- internal: update conftest.py (1174a62)
- internal: version bump (7241eaa)
- readme: update badges (00661c2)
- tests: add tests for httpx client instantiation & proxies (b831d88)
- tests: run tests in parallel (4b24a79)
Documentation
- client: fix httpx.Timeout documentation reference (b0138b1)
v0.54.0
0.54.0 (2025-06-10)
Full Changelog: v0.53.0...v0.54.0
Features
- client: add support for fine-grained-tool-streaming-2025-05-14 (07ec081)
Bug Fixes
- httpx: resolve conflict between default transport and proxy settings (#969) (a6efded)
- tests: update test (99c2433)
Chores
- internal: version bump (45029f4)
Documentation
- contributing: fix uv script for bootstrapping (d2bde52)
v0.53.0
0.53.0 (2025-06-09)
Full Changelog: v0.52.2...v0.53.0
Features
- client: add follow_redirects request option (e5238c0)
- client: add support for new text_editor_20250429 tool (b3b3f5b)
Bug Fixes
- client: deprecate BetaBase64PDFBlock in favor of BetaRequestDocumentBlock (5ac58e9)
- internal: fix typing remapping (6c415da)