changelogAnthropic

Anthropic Python SDK v0.114.0 Adds Support for Claude Sonnet 5

TL;DR

Anthropic has released version 0.114.0 of its Python SDK, adding support for the claude-sonnet-5 model. The update also includes a bug fix for the agent toolset that allows absolute paths resolving inside the working directory.

1 min read
0

Anthropic Python SDK v0.114.0 Adds Support for Claude Sonnet 5

Anthropic released version 0.114.0 of its Python SDK on June 30, 2026, adding support for a new model identifier: claude-sonnet-5.

New Model Support

The primary feature in this release is API support for claude-sonnet-5. The SDK commit (b893033) indicates this is a new model identifier being added to the Python client library, though Anthropic has not yet disclosed full specifications, pricing, or capabilities for this model.

The naming convention suggests this could be either a new version in the Claude 3.5 Sonnet family or potentially a next-generation Claude 4 Sonnet model. No context window size, benchmark scores, or pricing details have been published alongside this SDK update.

Bug Fix

The release includes one bug fix for the agent toolset functionality. Previously, the SDK's agent toolset had issues with absolute paths. The fix (PR #121, commit 0105529) now allows absolute paths that resolve inside the working directory, improving path handling for agent-based applications.

What This Means

This SDK update indicates Anthropic is preparing to launch or has quietly launched a model called claude-sonnet-5. However, developers should note that SDK support alone doesn't confirm the model is publicly available—it may be in limited testing or available only to specific customers. The agent toolset fix suggests Anthropic continues developing agent-based capabilities for its models, addressing practical implementation issues developers encounter when building agentic systems. Developers using the Anthropic Python SDK should check the official API documentation for model availability and specifications before integrating claude-sonnet-5 into production systems.

Related Articles

product update

Anthropic launches Reflect dashboard for Claude with usage tracking and break reminders

Anthropic released Reflect, a new dashboard inside Claude's settings that tracks usage patterns and helps users set limits on their chatbot interactions. The tool offers break reminders at 15, 30, or 45-minute intervals and allows users to block access during custom quiet hours on specific days.

changelog

Anthropic reverses course, makes Claude Fable 5 permanent on subscription plans

Anthropic announced July 18 that Claude Fable 5 will remain available on subscription plans, reversing its previous decision to make the model API-only. Max and Team Premium subscribers will receive access at 50% of standard limits starting July 20, while Pro and Team Standard users get a one-time $100 credit.

product update

Anthropic offers K-12 teachers free year of Claude Pro with educational tools through June 2027

Anthropic launched Claude for Teachers, offering K-12 educators in the United States free access to premium Claude features for one year. The program includes Claude Cowork, Claude Code, and education-focused skills developed with Learning Commons, with applications open until June 30, 2027.

changelog

Anthropic launches rupee pricing for Claude in India at ₹2,000/month, its second-largest market

Anthropic has begun displaying rupee-denominated pricing for Claude subscriptions in India, its second-largest market after the US with 5.8% of global usage. Claude Pro is priced at ₹2,000 ($21) monthly when billed annually, compared to $17 in the US, with Indian prices including local taxes.

Comments

Loading...