#0412
`anthropic-sdk-python` `v0.102.0` adds managed agent search block and cache diagnostics beta
50radar
anthropic-sdk-pythonPython SDK — typed access to Anthropic API features
The Python SDK now exposes a managed-agents search result block and a beta for cache diagnostics. Useful if you ship against Anthropic APIs directly; otherwise this is a low-priority dependency bump.
- Adds
BetaManagedAgentsSearchResultBlocktypes, so managed-agent search responses can be handled without custom typing glue. - Introduces cache diagnostics beta support, which helps inspect cache behavior when tuning prompt reuse and token spend.
pydanticiterator validation is now eager, reducing the chance of delayed type errors surfacing deep in runtime paths.- No pricing, model, or API-surface reset here; this is a small SDK upgrade rather than a platform-level change.
Source: github.com/anthropics/anthropic-sdk-python/releases/tag/Read original →