From 4e6158548f7ec839acc4f9a4b8defe51f07ee46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 21:05:54 +0000 Subject: [PATCH] Update openai requirement from >=1.5.0 to >=2.40.0 in /caedo-api 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.5.0...v2.40.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.40.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- caedo-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caedo-api/requirements.txt b/caedo-api/requirements.txt index 89605a5..9053a21 100644 --- a/caedo-api/requirements.txt +++ b/caedo-api/requirements.txt @@ -2,7 +2,7 @@ streamlit>=1.58.0 pandas>=2.0.0 plotly>=5.18.0 pydantic>=2.5.0 -openai>=1.5.0 +openai>=2.40.0 python-dotenv>=1.0.0 fastapi>=0.109.0 uvicorn[standard]>=0.27.0