# llm 0.32.1

> Source: <https://simonwillison.net/2026/Aug/21/llm/>
> Published: 2026-08-21 17:16:13+00:00

21st August 2026

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).

## Recent articles

[Conceptual integrity and counting lines of code](/2026/Aug/19/conceptual-integrity-and-counting-lines-of-code/)- 19th August 2026[Qwen 3.8 27B is excellent, but it defaults to wildly overthinking things](/2026/Aug/16/qwen-38-27b/)- 16th August 2026[Now we have a timeline of the OpenAI accidental attack against Hugging Face](/2026/Aug/7/openai-timeline/)- 7th August 2026
