From 0282286b0f1e246e76f6b21fd78392a589390c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:26:32 +0000 Subject: [PATCH] deps(deps): update openai requirement from >=2.41.0 to >=2.41.1 Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.41.0...v2.41.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.41.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7117aef..ae6b614 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pypinyin>=0.55.0 DrissionPage>=4.1.1.4 # OpenAI 兼容客户端(LLM 引擎依赖) -openai>=2.41.0 +openai>=2.41.1 # QQ Bot WebSocket 客户端 websockets>=11.0,<16.0