--- title: llm 0.32.1 link: https://simonwillison.net/2026/Aug/21/llm/ source: simon-willison published: 2026-08-21T17:16:13Z updated: 2026-08-21T17:16:13Z first_seen: 2026-09-02T14:07:29.769486161Z tags: - httpx - openai - llm summary: 'Release: llm 0.32.1 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. Tags: httpx, openai, llm' content: feed html: 2026-08-21-llm-0-32-1.html --- **Release:** [llm 0.32.1](https://github.com/simonw/llm/releases/tag/0.32.1) 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). Tags: [httpx](https://simonwillison.net/tags/httpx), [openai](https://simonwillison.net/tags/openai), [llm](https://simonwillison.net/tags/llm)