telexed ~ c / ebcd416e-99dradar:50 · otherLIVE
← back
NO.
#ebcd416e
Topic
OTHER
Source
Anthropic Python SDK
Published
2026-05-04 17:13:38
Importance
★ 5/10 — radar 50
`anthropic-sdk-python` `v0.98.0` adds WIF, interactive OAuth, and auth profiles
FIG-4121:1

`anthropic-sdk-python` `v0.98.0` adds WIF, interactive OAuth, and auth profiles

Auth setup got much better, and Managed Agents APIs moved forward too. Useful if you juggle multiple creds or deploy across cloud environments; otherwise this is a solid maintenance upgrade.

[ KEY POINTS ]
  1. Workload Identity Federation, interactive OAuth, and auth profiles landed together, cutting secret management friction across local and cloud setups.
  2. You can now set headers via environment variables, which simplifies per-env routing, tracing, and proxy-style customization without code edits.
  3. Managed Agents APIs were improved again, a signal that Anthropic is still actively shaping higher-level agent workflows in the SDK.
  4. Streaming now carries stop_details onto the accumulated Message, fixing a state-loss bug that could break downstream control flow.
  5. Multipart file array naming and Vertex AI async multi-region base_url bugs were fixed, reducing edge-case integration failures.
Originalgithub.com/anthropics/anthropic-sdk-python/releases/tag/v0.98.0Read original →

// related