From c9a63c7e5502ca677944995ee1e5408b7bbd384a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:29:45 +0000 Subject: [PATCH] deps(deps): update openai requirement from >=1.0.0 to >=2.38.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.38.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 1b8dada..a4e39ba 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,6 +3,6 @@ pytest-cov>=4.0.0 pytest-mock>=3.10.0 build>=1.0.0 twine>=4.0.0 -openai>=1.0.0 +openai>=2.38.0 anthropic>=0.8.0 psutil>=5.8.0 \ No newline at end of file