llm 0.32.1

Disclosure: Some links in this article are affiliate links. AI Maestro may earn a commission if you make a purchase, at no…

By Vane August 21, 2026 1 min read

LLM 0.32.1 addresses a breakage in fresh installs caused by the OpenAI Python library removing its dependency on httpx. The tool relied on that library through a transitive openai package but failed to install it correctly. This patch pins the openai version below 3.0 temporarily. A future 0.33 release will replace httpx with httpx2 to resolve the underlying issue permanently.

The fix matters because transitive dependency failures disrupt developer workflows without warning. Pinning versions prevents immediate crashes while the core library updates its own stack. Developers can now proceed with existing projects without manual intervention.

* Fixes httpx removal in OpenAI library
* Pins openai version below 3.0
* Prepares for httpx2 migration in 0.33

Scroll to Top