From db645e54c325c00f511d67bab5719687a4ee4b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 20:13:19 +0000 Subject: [PATCH] chore(deps): update openai requirement from >=0.27.0 to >=3.0.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/v0.27.0...v3.0.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.0.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 17f3a54..042f94c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ scikit-learn>=1.3.0 numpy>=1.24.0 # Optional AI features -openai>=0.27.0 # For GPT-4 integration +openai>=3.0.0 # For GPT-4 integration # Utilities requests>=2.31.0