From 3d2a7cb0eb2747e7aff4058a786c204be586c1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:37:15 +0000 Subject: [PATCH] Update openai requirement from >=1.97.1 to >=2.33.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.97.1...v2.33.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.33.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 2e24bc5..7f2fb95 100644 --- a/_requirements/test.txt +++ b/_requirements/test.txt @@ -4,6 +4,6 @@ pytest-cov mypy==1.19.1 psutil>=7.0.0 pytest-asyncio>=1.1.0 -openai>=1.97.1 +openai>=2.33.0 langchain>=0.3.27 langchain-core>=0.3.72