Anthropic Python SDK v0.106.0 marks Claude Opus 4.1 as deprecated
Anthropic released version 0.106.0 of its Python SDK on June 5, 2026, marking Claude Opus 4.1 as deprecated. The update also includes bug fixes for Foundry client methods and schema transformation handling.
Claude Opus 4.1 Marked Deprecated in Python SDK
Anthropic released version 0.106.0 of its Python SDK on June 5, 2026, with the primary change being the deprecation of Claude Opus 4.1. The SDK update signals the model is no longer recommended for new implementations.
Technical Changes
The release includes two bug fixes:
Foundry Client Fix: The copy() and with_options() methods now function correctly on the Foundry client, resolving issues developers encountered when attempting to clone or modify client configurations.
Schema Transformation: The SDK now properly preserves $defs (schema definitions) when the schema root is a $ref (reference). This fix addresses a data structure handling issue that could affect developers using complex JSON schemas with their API calls.
Documentation Updates
Anthropic updated its security reporting documentation to direct vulnerability reports to the company's HackerOne program, standardizing the security disclosure process.
Internal changes included artifact URL corrections and branch name updates in the repository structure.
What This Means
The deprecation of Claude Opus 4.1 indicates Anthropic is phasing out this model version, likely in favor of newer iterations. Developers using Opus 4.1 in production should plan migration to supported model versions. The model remains accessible in the SDK but will likely be removed in a future release.
The Foundry client fixes are particularly relevant for enterprise users working with Anthropic's Foundry platform, enabling proper client configuration management that was previously broken. The schema transformation fix prevents data loss in complex API interactions, particularly important for applications using structured outputs or tool calling features.
This is a maintenance release focused on deprecation signaling and bug fixes rather than new features.
Related Articles
OpenCode v1.15.13 Adds Session Metadata API, Fixes Anthropic Opus 4.7 Adaptive Reasoning Bug
OpenCode v1.15.13 introduces custom session metadata storage through its API and SDK. The release fixes a bug where Anthropic's Opus 4.7+ adaptive reasoning returned empty thinking blocks instead of summarized thinking.
Anthropic raises $65B at $965B valuation, releases Claude Opus 4.8, plans wider Mythos rollout
Anthropic closed a $65 billion Series H at a $965 billion valuation, making it the most valuable AI startup globally and surpassing OpenAI's $852 billion March valuation. The company simultaneously released Claude Opus 4.8 and announced plans to bring its Mythos cyber-focused model to all customers within weeks.
Anthropic Python SDK v0.105.0 Adds Claude Opus 4-8 Support and Mid-Conversation System Blocks
Anthropic released version 0.105.0 of its Python SDK on May 28, 2026, adding support for the Claude Opus 4-8 model. The update includes mid-conversation system blocks and detailed output token usage tracking.
Anthropic releases Claude Opus 4.8 with Dynamic Workflows for multi-agent tasks
Anthropic released Claude Opus 4.8 on Thursday, its fastest upgrade cycle at 41 days since the previous Opus 4.7. The model includes a new Dynamic Workflows feature designed to manage complex tasks across hundreds of parallel subagents, with pricing unchanged from previous Opus releases.
Comments
Loading...