changelogAnthropic

Anthropic Python SDK v0.106.0 marks Claude Opus 4.1 as deprecated

TL;DR

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.

1 min read
0

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

research

Anthropic's Claude Fable 5.1 Reportedly Solves 1653 Royalist Cipher in 44 Minutes

According to testing firm Vals AI, Anthropic's Claude Fable 5.1 independently identified and solved the 'Cyphral Distich,' a 1653 numeric cipher by Sir Thomas Urquhart that had defeated other frontier models. The AI decoded a hidden pro-royalist message by mapping each number to a word in Urquhart's original text.

product update

Anthropic Brings Background Computer Use to Claude Code and Cowork on Mac

Anthropic has enabled background computer use for Claude Code and Claude Cowork on macOS, available to Pro and Max subscribers. The feature lets Claude click, type, and open apps on a Mac without taking over the user's active cursor, following a similar launch by OpenAI's ChatGPT earlier in 2026.

changelog

Anthropic Adds Explicit Song Lyric and Copyrighted Character Bans to Claude's System Prompt

Anthropic quietly added detailed new restrictions to Claude's published system prompts, explicitly barring song lyric reproduction and AI-generated images of copyrighted characters. The change follows closely on the heels of a lawsuit from Sony Music Publishing and Warner Chappell.

changelog

Anthropic Releases Claude Fable 5.1 and Mythos 5.1, Cuts Cache Pricing 75% But Output Tokens Jump 70%

Anthropic launched Claude Fable 5.1 and Claude Mythos 5.1, claiming the top spot on Artificial Analysis's Intelligence Index at 66. Cache-read pricing dropped 75% to $0.25 per million tokens, but a 1.7x increase in output token usage pushes net per-task cost up 20%.

Comments

Loading...