llm 0.32.1

Simon Willison has released llm 0.32.1, a dot-release addressing a critical issue where new installations of the LLM tool failed. The problem stemmed from the OpenAI Python library dropping its `httpx` dependency, which LLM transitively relied on. This update temporarily resolves the dependency conflict by pinning the required library.

Source: Simon Willison