Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2025

This PR contains the following updates:

Package Change Age Confidence
anthropic ^0.49.0^0.76.0 age confidence

Release Notes

anthropics/anthropic-sdk-python (anthropic)

v0.76.0

Compare Source

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 uv version (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 --fix argument 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

Compare Source

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
Chores

v0.74.1

Compare Source

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
Chores

v0.74.0

Compare Source

Full Changelog: v0.74.0...v0.74.1

Bug Fixes
  • structured outputs: use correct beta header (e90d347)
Chores
  • examples: update model references (e09461d)

v0.73.0

Compare Source

Full Changelog: v0.73.0...v0.74.0

Features
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.72.1

Compare Source

Full Changelog: v0.72.1...v0.73.0

Features
  • api: add support for structured outputs beta (688da81)

v0.72.0

Compare Source

Full Changelog: v0.71.1...v0.72.0

Features
  • api: add ability to clear thinking in context management (27c8f17)

v0.71.1

Compare Source

Full Changelog: v0.71.1...v0.72.0

Features
  • api: add ability to clear thinking in context management (27c8f17)

v0.71.0

Compare Source

Full Changelog: v0.70.0...v0.71.0

Features
  • api: adding support for agent skills (51a606f)

v0.70.0

Compare Source

Full Changelog: v0.70.0...v0.71.0

Features
  • api: adding support for agent skills (51a606f)

v0.69.0

Compare Source

Full Changelog: v0.69.0...v0.70.0

Features
Chores
  • client: add context-management-2025-06-27 beta header (36dd334)
  • client: add model-context-window-exceeded-2025-08-26 beta header (2cbdb0f)
  • internal: detect missing future annotations with ruff (b2a2b05)

v0.68.2

Compare Source

Full Changelog: v0.68.2...v0.69.0

Features
  • api: adds support for Claude Sonnet 4.5 and context management features (f93eb12)

v0.68.1

Compare Source

Full Changelog: v0.68.1...v0.68.2

Bug Fixes
  • do not set headers with default to omit (95b14ab)

v0.68.0

Compare Source

Full Changelog: v0.68.0...v0.68.1

Chores
  • deps: move deprecated dev-dependencies in pyproject.toml to dev group (df16b88)
  • do not install brew dependencies in ./scripts/bootstrap by default (a457673)
  • rename tool runner helper header (a9ed3f9)
  • types: change optional parameter type from NotGiven to Omit (9f0a11f)
  • update more NotGiven usage sites (72ab661)

v0.67.0

Compare Source

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.66.0

Compare Source

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.65.0

Compare Source

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

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

v0.64.0

Compare Source

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.63.0

Compare Source

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

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

v0.62.0

Compare Source

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

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

v0.61.0

Compare Source

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

Features
  • api: search result content blocks (1ae15cd)

v0.60.0

Compare Source

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.59.0

Compare Source

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.58.2

Compare Source

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

v0.58.1

Compare Source

Full Changelog: v0.58.1...v0.58.2

Chores

v0.58.0

Compare Source

Full Changelog: v0.58.0...v0.58.1

Chores

v0.57.1

Compare Source

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.0

Compare Source

Full Changelog: v0.57.0...v0.57.1

Chores
  • api: update BetaCitationSearchResultLocation (e0735b4)
  • internal: version bump (d368831)

v0.56.0

Compare Source

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
Documentation

v0.55.0

Compare Source

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.54.0

Compare Source

Full Changelog: v0.54.0...v0.55.0

Features
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.53.0

Compare Source

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
Documentation
  • contributing: fix uv script for bootstrapping (d2bde52)

v0.52.2

Compare Source

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)
Chores
  • internal: codegen related update (94812ec)
  • internal: version bump (41ce701)
  • tests: improve testing by extracting fixtures (68c62cc)

v0.52.1

Compare Source

Full Changelog: v0.52.1...v0.52.2

Bug Fixes
  • client: fix issue with server_tool_use input tracking and improve tests (3fe3fa2)
  • docs: remove reference to rye shell (2b3d677)
Chores
  • docs: remove unnecessary param examples (6b129f4)
Refactors
  • pkg: switch from rye to uv (f553908)

v0.52.0

Compare Source

Full Changelog: v0.52.0...v0.52.1

Bug Fixes
Chores
  • examples: show how to pass an authorization token to an MCP server (18be7f3)
  • internal: fix release workflows (be9af1f)

v0.51.0

Compare Source

Full Changelog: v0.51.0...v0.52.0

Features
  • api: add claude 4 models, files API, code execution tool, MCP connector and more (9c48bc6)
Bug Fixes
  • package: support direct resource imports (6d73bab)
Chores
  • ci: fix installation instructions (ca374e5)
  • ci: upload sdks to package manager (fde0c44)
  • internal: avoid errors for isinstance checks on proxies (ef4be3f)
  • internal: codegen related update (40359d9)
Documentation

v0.50.0

Compare Source

Full Changelog: v0.50.0...v0.51.0

Features
  • api: adds web search capabilities to the Claude API (bec0cf9)
Bug Fixes
  • pydantic v1: more robust ModelField.annotation check (c50f406)
  • sockets: handle non-portable socket flags (#​935) (205c8dd)
Chores
  • broadly detect json family of content-type headers (66bbb3a)
  • ci: only use depot for staging repos (c867a11)
  • ci: run on more branches and use depot runners (95f5f17)
  • internal: add back missing custom modifications for Web Search (f43ba69)
  • internal: minor formatting changes (8afef08)
  • use lazy imports for resources (704be81)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 8683ad8 to 056ea5b Compare May 7, 2025 17:39
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.50.0 fix(deps): update dependency anthropic to ^0.51.0 May 7, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch 2 times, most recently from 956043e to 0727228 Compare May 12, 2025 06:23
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 0727228 to 252ad30 Compare May 22, 2025 17:40
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.51.0 fix(deps): update dependency anthropic to ^0.52.0 May 22, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 252ad30 to 357e64d Compare May 23, 2025 15:42
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 357e64d to 338ce14 Compare June 9, 2025 18:11
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.52.0 fix(deps): update dependency anthropic to ^0.53.0 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 338ce14 to 6e46369 Compare June 11, 2025 09:01
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.53.0 fix(deps): update dependency anthropic to ^0.54.0 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 6e46369 to bfaa001 Compare June 23, 2025 20:08
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.54.0 fix(deps): update dependency anthropic to ^0.55.0 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from bfaa001 to dcbb8ba Compare July 1, 2025 20:34
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.55.0 fix(deps): update dependency anthropic to ^0.56.0 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from dcbb8ba to 3015790 Compare July 3, 2025 22:15
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.56.0 fix(deps): update dependency anthropic to ^0.57.0 Jul 3, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 3015790 to 699ce0b Compare July 18, 2025 17:02
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.57.0 fix(deps): update dependency anthropic to ^0.58.0 Jul 18, 2025
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.58.0 fix(deps): update dependency anthropic to ^0.59.0 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch 2 times, most recently from 7fde541 to dda48f1 Compare July 28, 2025 20:52
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.59.0 fix(deps): update dependency anthropic to ^0.60.0 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from dda48f1 to 640a747 Compare August 5, 2025 17:28
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.60.0 fix(deps): update dependency anthropic to ^0.61.0 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 640a747 to 6ab77ef Compare August 8, 2025 17:36
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.61.0 fix(deps): update dependency anthropic to ^0.62.0 Aug 8, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch 2 times, most recently from 4f5fee4 to d5094f7 Compare August 12, 2025 18:55
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.62.0 fix(deps): update dependency anthropic to ^0.63.0 Aug 12, 2025
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.63.0 fix(deps): update dependency anthropic to ^0.64.0 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 3c690fc to eb2892c Compare August 19, 2025 15:42
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from eb2892c to fba0003 Compare September 3, 2025 00:03
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.64.0 fix(deps): update dependency anthropic to ^0.65.0 Sep 3, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from fba0003 to ea5f3c4 Compare September 3, 2025 17:46
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.65.0 fix(deps): update dependency anthropic to ^0.66.0 Sep 3, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from ea5f3c4 to d71a742 Compare September 10, 2025 18:39
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.66.0 fix(deps): update dependency anthropic to ^0.67.0 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from d71a742 to 1581699 Compare September 17, 2025 18:51
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.67.0 fix(deps): update dependency anthropic to ^0.68.0 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch 2 times, most recently from 1d0836c to a2ff1c9 Compare September 29, 2025 17:47
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.68.0 fix(deps): update dependency anthropic to ^0.69.0 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from a2ff1c9 to 2c9e4ce Compare October 15, 2025 22:39
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.69.0 fix(deps): update dependency anthropic to ^0.70.0 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 2c9e4ce to aa6ef71 Compare October 16, 2025 22:42
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.70.0 fix(deps): update dependency anthropic to ^0.71.0 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from aa6ef71 to 70597e5 Compare October 28, 2025 22:42
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.71.0 fix(deps): update dependency anthropic to ^0.72.0 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch 2 times, most recently from a9a9124 to f9f0452 Compare November 15, 2025 00:00
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.72.0 fix(deps): update dependency anthropic to ^0.73.0 Nov 15, 2025
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.73.0 fix(deps): update dependency anthropic to ^0.74.0 Nov 18, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch 3 times, most recently from b0aced5 to afb75cb Compare November 25, 2025 01:57
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.74.0 fix(deps): update dependency anthropic to ^0.75.0 Nov 25, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from afb75cb to 1f5b99c Compare January 13, 2026 21:25
@renovate renovate bot changed the title fix(deps): update dependency anthropic to ^0.75.0 fix(deps): update dependency anthropic to ^0.76.0 Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants