Anthropic SDK Python v1.2.0 repo
Anthropic's official Python SDK, version 1.2.0, promoting the files and skills API namespaces from beta shapes to GA and removing the dated beta header pins that were required in earlier versions.
What it does for you: Every Axion and Hermes script that calls Claude through the Python SDK benefits immediately. The skills and files namespaces reaching GA means those API shapes are stable and will not break in future minor releases, so any agent code built against them today is safe to commit without a versioned workaround. The removed beta header pins also simplify request debugging since the header noise is gone.
In practice: The release that makes the Claude Agent SDK skills API official. If you have been holding off on building against the skills namespace, this is the release that removes that hesitation.
For: Both runtimes. The core Python library for calling Claude; used in both Claude Code sessions and Hermes pipelines.
Verdict: test first. Score 31, just under the build-now threshold of 32. Update the SDK version pin in any Axion or Hermes environment that explicitly pins anthropic-sdk-python, run your existing agent scripts, and confirm the GA shapes behave identically to the beta shapes before treating the upgrade as done.
Build #1 Anthropic SDK Python v1.2.0: use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/anthropics/anthropic-sdk-python/releases/tag/v1.2.0. Save canonical skill/agent under AXION\Skills and AXION\Agents.
Source · v1.2.0 released 2026-08-27 20:28 UTC by stainless-app on anthropics/anthropic-sdk-python; changelog entry: beta files/skills namespaces use GA shapes, drop dated beta header pins; commit 9df4565fdfe4eec941809a0a3d1615ee11e16b68.