From f102793b0afa9dbb12ac49be96d6003626cde5ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 02:43:48 +0000 Subject: [PATCH] Update openai requirement from <3,>=2.0 to >=2.0,<4 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.0.0...v3.0.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d34660..acab456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ Homepage = "https://mattyu-dev.github.io/creative-launch-workspace/" Repository = "https://github.com/mattyu-dev/creative-launch-workspace" [project.optional-dependencies] -ai = ["openai>=2.0,<3"] +ai = ["openai>=2.0,<4"] dev = [ "coverage[toml]>=7.6,<8", "mypy>=1.15,<3",