Simon Willison · · 1 min read

llm 0.32.1

Mirrored from Simon Willison for archival readability. Support the source by reading on the original site.

21st August 2026

Release llm 0.32.1 — Access large language models from the command-line

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.

Posted 21st August 2026 at 5:16 pm

Recent articles

This is a beat by Simon Willison, posted on 21st August 2026.

httpx openai llm

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Simon Willison