llm 0.32.1 发布:修复因 OpenAI Python 库弃用 httpx 导致的安装故障

Simon Willison 博客·2026-08-22 01:16·13天前
AI 导读

llm 0.32.1 修复了因 OpenAI Python 库弃用 httpx 而导致的新装故障,通过固定 openai<3 版本暂时解决。即将发布的 0.33 版本将把依赖从 httpx 切换到 httpx2。

Simon Willison 博客
37AI 编辑部评分,满分 100

llm 0.32.1 发布:修复因 OpenAI Python 库弃用 httpx 导致的安装故障

2026-08-22 01:16· 13天前
AI 导读

llm 0.32.1 修复了因 OpenAI Python 库弃用 httpx 而导致的新装故障,通过固定 openai<3 版本暂时解决。即将发布的 0.33 版本将把依赖从 httpx 切换到 httpx2。

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.

Tags: httpx, openai, llm

来源:Simon Willison 博客· simonwillison.net