From f614f71eb3156dcc4a7db34351343bcc600befc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 17:55:45 +0000 Subject: [PATCH] chore(deps): update openai requirement from >=1.0.0 to >=2.36.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/v1.0.0...v2.36.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.36.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 14cf293..bb0d588 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ Issues = "https://github.com/im-sham/Forge/issues" [project.optional-dependencies] anthropic = ["anthropic>=0.39.0"] -openai = ["openai>=1.0.0"] +openai = ["openai>=2.36.0"] mcp = ["mcp>=1.0.0", "uvicorn>=0.30.0"] dev = [ "pytest>=7.4.0",