llm 0.32.1
Simon Willison released llm 0.32.1, a dot-release fixing installation issues for fresh installs. The problem arose because the OpenAI Python library dropped its httpx dependency, and LLM relied on that library transitively. The fix pins openai<3, and an upcoming 0.33 release will switch from httpx to httpx2.
This fix restores functionality for fresh LLM installs, preventing a broken setup experience for new users.


