llm-anthropic 0.27

Simon Willison's Blog Tools

Summary

llm-anthropic version 0.27 has been released to provide compatibility with the anthropic v1.0.0 Python library. This update involves switching from httpx to httpx2, and was aided by using Claude Code for the migration process.

No content available
Original Article
View Cached Full Text

Cached at: 08/24/26, 08:29 PM

# Release: llm-anthropic 0.27 Source: [https://simonwillison.net/2026/Aug/24/llm-anthropic/](https://simonwillison.net/2026/Aug/24/llm-anthropic/) This release of the Anthropic plugin for[LLM](https://llm.datasette.io/)mainly provides compatibility with the recently released[anthropic v1\.0\.0](https://github.com/anthropics/anthropic-sdk-python/releases/tag/v1.0.0)Python library, which switches from`httpx`to[httpx2](https://github.com/pydantic/httpx2)\. OpenAI made the same change in their[v3\.0\.0 release](https://github.com/openai/openai-python/releases/tag/v3.0.0)two weeks ago\. Anthropic provide this[migration guide](https://github.com/anthropics/anthropic-sdk-python/blob/v1.0.0/MIGRATION.md)for upgrading to 1\.0, so I prompted Fable 5 in Claude Code with: > `Upgrade to anthropic\>=1 \- read https://raw\.githubusercontent\.com/anthropics/anthropic\-sdk\-python/refs/heads/main/MIGRATION\.md and get the tests passing` Here's[the resulting PR](https://github.com/simonw/llm-anthropic/pull/84)\.

Similar Articles

llm-anthropic 0.26

Simon Willison's Blog

llm-anthropic 0.26 adds support for Claude 5 models, new server-side tools (WebSearch, WebFetch, CodeExecution, AnthropicMCP), and upgrades to LLM 0.32 with streaming typed events and simplified thinking controls.

llm-anthropic 0.25.1

Simon Willison's Blog

llm-anthropic 0.25.1 adds support for Claude Opus 4.8, a fast mode option, and updates default max_tokens behavior.

llm-anthropic 0.25

Simon Willison's Blog

llm-anthropic 0.25 releases with support for Claude Opus 4.7, new thinking_effort and thinking_display options, increased default max_tokens, and removal of obsolete beta headers.

llm 0.32.1

Simon Willison's Blog

The llm tool has been updated to version 0.32.1 to fix a dependency issue with the OpenAI library. A forthcoming 0.33 version will migrate from httpx to httpx2.

llm 0.32a1

Simon Willison's Blog

Release announcement for llm version 0.32a1, a Python CLI and library for working with Large Language Models, by Simon Willison.