#0001
`anthropic-sdk-python` `v0.105.0` adds `claude-opus-4-8` support
70radar
anthropic-sdk-pythonPython SDK — official client for Anthropic API
Python clients can now call the new Opus variant and inspect richer token details. Worth upgrading before wiring new Claude features into production.
claude-opus-4-8is now supported in the official Python SDK, removing manual model-name workarounds.- Mid-conversation system blocks landed in the API layer, useful for agent flows that need runtime instruction changes.
usage.output_tokens_detailsexposes finer output-token accounting, making cost/debug dashboards easier to build.- Custom file size caps are supported, so upload limits can be enforced closer to the SDK boundary.
Source: github.com/anthropics/anthropic-sdk-python/releases/tag/Read original →