From 6de16080bda09f7097178e00941a45f4ea0ff929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:32:50 +0000 Subject: [PATCH] Update openai requirement from <2 to <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/v0.2.6...v2.0.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0931a1..fd037c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ optional-dependencies.develop = [ optional-dependencies.llm = [ "anthropic<0.68", "claudette<0.4", - "openai<2", + "openai<3", ] optional-dependencies.manyio = [ "pueblo[fileio]==0.0.11",