llm Python package released versions 0.32.1 and 0.33 to fix installation failures caused by an OpenAI library HTTP client change and to update HTTP handling
Feature update Provisional 86% confidence first seen
The llm package released 0.32.1 with a temporary dependency pin to avoid broken fresh installs after the OpenAI Python library stopped using httpx while llm still relied on it transitively. It later shipped version 0.33 upgrading the OpenAI library to the 3.x line and switching llm’s HTTP client from httpx to httpx2, along with additional embedding key handling and prompt template/repeat functionality.