llm 0.32.1
Which summary reads better? Pick one — models revealed after.Both summaries are AI-generated.
Fresh installs of the LLM command-line utility broke because the OpenAI Python library dropped its dependency on httpx, exposing a broken transitive dependency. To avoid CI/CD and deployment failures, you must immediately upgrade to LLM version 0.32.1 to pin the OpenAI dependency below version 3, and prepare your environments for the upcoming migration to httpx2 in version 0.33.
LLM 0.32.1 pins OpenAI Python library to <3 to fix broken fresh installs caused by httpx being dropped from OpenAI’s dependencies. This matters because any production pipeline pulling the latest LLM could silently fail until you either pin the same version or manually add httpx; the upcoming 0.33 release will remove the need for httpx entirely, so plan a short-term pin and a near-term upgrade.