From ab227a09fde626ef5d12ef783a6287abd110a746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:50:32 +0000 Subject: [PATCH] build(deps): update openai requirement from <3.0,>=1.0 to >=2.47.0,<3.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.47.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8214826..8dd77e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "openai>=1.0,<3.0", + "openai>=2.47.0,<3.0", "python-dotenv>=1.0,<2.0", "pydantic>=2.0,<3.0", "PyYAML>=6.0,<7.0", diff --git a/requirements.txt b/requirements.txt index 2d63f8d..b8e1166 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -openai>=1.0,<3.0 +openai>=2.47.0,<3.0 python-dotenv>=1.0,<2.0 pydantic>=2.0,<3.0 PyYAML>=6.0,<7.0