llm 0.32.1

Simon Willison's Blog Tools

Summary

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.

No content available
Original Article
View Cached Full Text

Cached at: 08/22/26, 12:12 AM

# Release: llm 0.32.1 Source: [https://simonwillison.net/2026/Aug/21/llm/](https://simonwillison.net/2026/Aug/21/llm/) Fresh installs of LLM stopped working the other day because the OpenAI Python library dropped its usage of`httpx`, and it turned out LLM depended on that library but only installed it via a transitive`openai`dependency\. This dot\-release fixes that for the moment by pinning to`openai<3`, and a soon\-to\-drop 0\.33 release will switch from`httpx`to[httpx2](https://github.com/pydantic/httpx2)\.

Similar Articles

llm 0.32a0

Simon Willison's Blog

This article announces the release of version 0.32a0 of the 'llm' command-line tool by Simon Willison, providing a monthly briefing on LLM developments.

llm 0.32a2

Simon Willison's Blog

The llm CLI tool version 0.32a2 has been released, adding support for OpenAI's /v1/responses endpoint to enable interleaved reasoning for GPT-5 class models.

llm 0.32a3

Simon Willison's Blog

Release of llm 0.32a3, an alpha version of Simon Willison's command-line tool for interacting with large language models.

llm 0.32rc2

Simon Willison's Blog

llm 0.32rc2 fixes a dependency issue, makes GPT-5.6 Luna the default model, and adds a new 'llm openai endpoint' command for running prompts against OpenAI-compatible endpoints without configuration.

llm 0.31.1

Simon Willison's Blog

Release of llm 0.31.1, a command-line tool for interacting with large language models, by Simon Willison.