From 9b06cc7da1514d7fdf67f74b593b23b6ee032099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:18:16 +0000 Subject: [PATCH] deps(deps): update openai requirement from >=2.41.1 to >=2.43.0 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.1...v2.43.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.43.0 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 992e4e0..8f03c92 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.1 +openai>=2.43.0 # QQ Bot WebSocket 客户端 websockets>=11.0,<16.0