changelogAnthropic

Anthropic marks Claude 4 Sonnet and Opus as deprecated in Python SDK v0.95.0

TL;DR

Anthropic released Python SDK v0.95.0 on April 14, 2026, marking Claude 4 Sonnet and Opus models as deprecated. The update also includes Bedrock authentication improvements for AWS deployments.

1 min read
0

Anthropic marks Claude 4 Sonnet and Opus as deprecated in Python SDK v0.95.0

Anthropic released version 0.95.0 of its Python SDK on April 14, 2026, with the primary change being the deprecation of Claude 4 Sonnet and Opus models.

Deprecation details

The SDK now marks both Claude 4 Sonnet and Claude 4 Opus as deprecated, according to the release notes. This typically signals that these models will be phased out in favor of newer versions, though Anthropic has not specified an end-of-life date or recommended migration path in the changelog.

Developers using these models in production should expect migration requirements in future releases. Anthropic has not announced replacement models or provided guidance on which Claude variants should be used instead.

Additional changes

The release also includes an authentication update for Bedrock deployments. The SDK now uses an auth header for the Mantle client when running Claude models through AWS Bedrock, improving compatibility with Amazon's infrastructure.

What this means

The deprecation of Claude 4 Sonnet and Opus without immediate replacement details suggests Anthropic may be preparing to release newer model versions or consolidating its model lineup. Developers should monitor Anthropic's documentation for migration timelines and recommended alternatives.

For teams running Claude through AWS Bedrock, the authentication header change should be transparent but may require testing to ensure compatibility with existing deployment configurations. The full changelog is available on GitHub.

Related Articles

product update

Anthropic's Claude experiences outage as GitHub issues citing quality concerns surge 3.5× since January

Anthropic's Claude.ai and Claude Code suffered a 48-minute outage on April 13, 2026, from 15:31 to 16:19 UTC with elevated error rates. GitHub quality complaints have increased 3.5× from the January-February baseline, though SWE-Bench-Pro scores show no substantive change since February.

product update

Anthropic completes Microsoft Office integration with Claude for Word add-in

Anthropic released a Claude add-in for Microsoft Word, completing its integration across all three major Office applications. The Word add-in joins existing Excel and PowerPoint add-ins, allowing Claude to rewrite text, respond to comments, and track changes across Office documents.

changelog

OpenAI launches $100/month ChatGPT Pro plan to compete with Anthropic's Claude pricing

OpenAI announced a new $100/month Pro plan for ChatGPT, filling the pricing gap between its $20/month Plus tier and $200/month option. The plan offers 5x more Codex capacity than Plus and directly targets developers, positioning it as a competitive alternative to Anthropic's $100/month Claude offering.

product update

Anthropic launches Claude Code routines for automated AI tasks with 5-25 daily execution limit

Anthropic has launched a cloud service called routines that allows Claude Code users to run automated AI tasks on company infrastructure. Daily limits range from 5 routines for Pro users to 25 for Team/Enterprise customers.

Comments

Loading...