Simon Willison released llm 0.32.1 to fix a broken dependency issue where fresh installs of his command-line LLM tool stopped working after the OpenAI Python library dropped its usage of httpx. The patch pins openai<3 as a temporary fix, with version 0.33 planned to migrate from httpx to httpx2.
Background
llm is a popular command-line interface tool by Simon Willison for interacting with large language models. The OpenAI Python library's dependency changes can have ripple effects on tools built on top of it.
- Source
- Simon Willison
- Published
- Aug 22, 2026 at 01:16 AM
- Score
- 5.0 / 10