telexed ~ c / f59da781-243radar:50 · model_apiLIVE
← back
NO.
#f59da781
Topic
MODELS & API
Source
Anthropic Python SDK
Published
2026-05-13 18:12:29
Importance
★ 5/10 — radar 50
`anthropic-sdk-python` `v0.102.0` adds managed agent search block and cache diagnostics beta
FIG-0591:1

`anthropic-sdk-python` `v0.102.0` adds managed agent search block and cache diagnostics beta

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.

[ KEY POINTS ]
  1. Adds BetaManagedAgentsSearchResultBlock types, so managed-agent search responses can be handled without custom typing glue.
  2. Introduces cache diagnostics beta support, which helps inspect cache behavior when tuning prompt reuse and token spend.
  3. pydantic iterator validation is now eager, reducing the chance of delayed type errors surfacing deep in runtime paths.
  4. No pricing, model, or API-surface reset here; this is a small SDK upgrade rather than a platform-level change.
Originalgithub.com/anthropics/anthropic-sdk-python/releases/tag/v0.102.0Read original →

// related