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

model release

White House orders Anthropic to shut down Fable 5 and Mythos 5 models over cybersecurity concerns

Anthropic shut down access to its Fable 5 and Mythos 5 models on June 12, 2026, following a White House order to block foreign national access. The directive came after Amazon security researchers reportedly found jailbreak methods that could expose cybersecurity vulnerabilities, though Anthropic disputes the severity of the findings.

changelog

US Government Orders Anthropic to Disable Claude Fable 5 and Mythos 5 Worldwide

Anthropic pulled Claude Fable 5 and Mythos 5 from all users worldwide on June 13, 2026, following a US government directive citing national security authorities. The directive, issued with approximately 90 minutes notice, claimed awareness of a jailbreak method, though Anthropic disputes the severity and uniqueness of the vulnerability.

model release

White House forces Anthropic to pull Fable 5 AI model after Amazon security report

Anthropic's Fable 5 AI model was pulled from public access Friday night after Amazon reported security vulnerabilities to the White House. The administration imposed export controls on Anthropic's Mythos-class models just days after the June 9 release.

changelog

Anthropic disables Fable 5 and Mythos 5 access following US government order citing national security

Anthropic disabled all customer access to its Fable 5 and Mythos 5 AI models on June 12, 2026, following a US government order citing national security concerns. The government mandated suspension of access for all foreign nationals, including Anthropic employees, based on evidence of a potential jailbreak method for Fable 5.

Comments

Loading...