Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2025

This PR contains the following updates:

Package Change Age Confidence
anthropic ~=0.65.0~=0.77.0 age confidence

Release Notes

anthropics/anthropic-sdk-python (anthropic)

v0.77.0

Compare Source

Full Changelog: v0.76.0...v0.77.0

Features
  • api: add support for Structured Outputs in the Messages API (ad56677)
  • api: migrate sending message format in output_config rather than output_format (af405e4)
  • client: add custom JSON encoder for extended type support (7780e90)
  • use output_config for structured outputs (82d669d)
Bug Fixes
  • client: run formatter (2e4ff86)
  • remove class causing breaking change (#​1333) (81ee953)
  • structured outputs: avoid including beta header if output_format is missing (#​1121) (062077e)
Chores
  • ci: upgrade actions/github-script (34df616)
  • internal: update actions/checkout version (ea50de9)

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)

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 changed the title chore(deps): update dependency anthropic to ~=0.74.1 chore(deps): update dependency anthropic to ~=0.75.0 Nov 24, 2025
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch 2 times, most recently from 531426e to e100795 Compare November 25, 2025 17:47
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from e100795 to c79412b Compare December 8, 2025 07:34
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from c79412b to 23e629d Compare January 12, 2026 15:04
@renovate renovate bot changed the title chore(deps): update dependency anthropic to ~=0.75.0 chore(deps): update dependency anthropic to ~=0.76.0 Jan 13, 2026
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 23e629d to 8c336e5 Compare January 13, 2026 20:35
@renovate renovate bot changed the title chore(deps): update dependency anthropic to ~=0.76.0 chore(deps): update dependency anthropic to ~=0.77.0 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/anthropic-0.x branch from 8c336e5 to 93b9595 Compare January 29, 2026 21:59
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