From 288482640f84d19d1aa589044e959be1cf95aeba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:14:44 +0000 Subject: [PATCH] chore(deps): update openai requirement from <3,>=2.30.0 to >=2.32.0,<3 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.30.0...v2.32.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.32.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 07dd656..fefd104 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ matplotlib mcp mysql-connector-python numpy>=2.4.4,<3 -openai>=2.30.0,<3 +openai>=2.32.0,<3 pyecharts python-nmap requests>=2.33.1,<3