v0.100.0

anthropic-sdk-python Releases / 5/7/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The v0.100.0 release of the Anthropic Python SDK adds API support for Managed Agents, including multi-agent “multiagents” and “outcomes” capabilities.
  • It also introduces webhook support and vault validation to improve integration and configuration safety for applications using the SDK.
  • The release includes a bug fix that adjusts webhook configuration, indicating refinement to how webhook settings should be set up.
  • Overall, this update focuses on expanding agent orchestration and improving webhook-related reliability for developers integrating Anthropic services.

0.100.0 (2026-05-06)

Full Changelog: v0.99.0...v0.100.0

Features

  • api: add support for Managed Agents multiagents and outcomes, webhooks, vault validation (3b3deee)

Bug Fixes

  • api: Adjust webhook configuration (8c3339e)