changelogAnthropic

Anthropic Python SDK v0.109.2 Removes Retired Models from API

TL;DR

Anthropic released version 0.109.2 of its Python SDK on June 15, 2026, removing retired models from the API and SDK. The update represents a maintenance release focused on cleaning up deprecated model endpoints.

1 min read
0

Anthropic Python SDK v0.109.2 Removes Retired Models

Anthropic released version 0.109.2 of its Python SDK on June 15, 2026, removing retired models from the API and SDK. The release represents a cleanup effort to remove deprecated model endpoints.

What Changed

The update includes a single change: the removal of retired models from both the API and SDK codebase. The specific models removed were not detailed in the release notes.

The release includes no new features, bug fixes, or performance improvements beyond this cleanup task.

Version Details

The release jumps from v0.109.1 to v0.109.2, indicating a patch-level update. The commit hash for this release is ebb1715.

Developers using the Anthropic Python SDK should update to ensure their code references only currently supported models. Applications attempting to access removed model endpoints may encounter errors after updating.

What This Means

This is a routine maintenance release that removes deprecated functionality from Anthropic's Python SDK. The removal of retired models suggests Anthropic is actively managing its model lifecycle and cleaning up legacy endpoints. Developers should review their code for references to older models and migrate to current model versions if necessary. The lack of a migration guide in the release notes indicates these were likely models already announced as deprecated in previous communications.

Related Articles

product update

Anthropic Adds Cross-Session Messaging to Claude Code v2.1.224

Claude Code v2.1.224 introduces cross-session messaging, letting separate Claude Code instances on macOS and Linux send each other summaries to coordinate work. The feature does not support approving permissions or executing commands remotely.

product update

Anthropic Sets Claude Code Auto Mode as Default Starting August 14

Anthropic will switch Claude Code's default permission setting to auto mode on August 14 for Pro, Max, and Team users. The company says its safety classifier caught 89% of dangerous commands in testing, compared to 13.6% for human reviewers, and will no longer charge extra tokens for the classifier itself.

changelog

Anthropic Cuts False Positives in Fable 5's Biology Filter by 85%, Keeps Virology and Toxicology Blocked

Anthropic has cut false positives in Fable 5's biology safety classifier by roughly 85%, letting users ask about lab results, symptoms, and medical questions without being rerouted to the weaker Opus 5 model. Dual-use topics like virology, toxicology, and molecular design remain restricted, with Anthropic citing the difficulty of containing biological threats once released.

changelog

Anthropic SDK v0.121.0 Adds Session Budgets, Mid-Conversation Tool Changes, and GitHub Skills Auto-Loading

Anthropic released version 0.121.0 of its Python SDK on August 7, 2026, introducing a new beta for mid-conversation tool changes, session budgets, an advisor tool, pinned inference location, and skills auto-loading from GitHub. The update also removes retired Claude Opus 4.1 models from the API.

Comments

Loading...