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

- 来源：Simon Willison 博客
- 发布时间：2026-08-22 01:16
- AIHOT 分数：37
- AIHOT 链接：https://aihot.virxact.com/items/cmt3hvxcb0svpro6t31lct2cz
- 原文链接：https://simonwillison.net/2026/Aug/21/llm

## 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
