返回全部动态
LLM 0.32.1 修复因 OpenAI 库弃用 httpx 导致的安装问题
原标题:llm 0.32.1
AI 摘要
LLM 工具因 OpenAI Python 库弃用 httpx 而出现安装问题,0.32.1 版本通过固定 openai<3 临时修复,后续 0.33 版本将改用 httpx2。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
21st August 2026 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. Recent articles - Conceptual integrity and counting lines of code - 19th August 2026 - Qwen 3.8 27B is excellent, but it defaults t
发布时间:2026-08-22 01:16
抓取时间:2026-08-22 05:13
来源机构:Simon Willison