From 076f44b13469ba5c5e14211470a37543b50177ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:16:06 +0000 Subject: [PATCH] Update openai requirement from >=2.40.0 to >=2.41.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/v2.40.0...v2.41.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.41.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 96089c1..95b2e90 100644 --- a/caedo-api/requirements.txt +++ b/caedo-api/requirements.txt @@ -2,7 +2,7 @@ streamlit>=1.58.0 pandas>=3.0.3 plotly>=6.7.0 pydantic>=2.13.4 -openai>=2.40.0 +openai>=2.41.0 python-dotenv>=1.2.2 fastapi>=0.136.3 uvicorn[standard]>=0.48.0