From 25ebd3d21be5e6daa71c303e0c0d992311f5722c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 10:03:28 +0000 Subject: [PATCH] chore(deps): bump openai in /apps/ai_workflow_engine Bumps [openai](https://github.com/openai/openai-python) from 1.6.1 to 2.29.0. - [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.6.1...v2.29.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.29.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/ai_workflow_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai_workflow_engine/requirements.txt b/apps/ai_workflow_engine/requirements.txt index 025b2b0ee..50e31fb1b 100644 --- a/apps/ai_workflow_engine/requirements.txt +++ b/apps/ai_workflow_engine/requirements.txt @@ -57,7 +57,7 @@ requests==2.32.4 # AI/ML dependencies torch==2.8.0 transformers==5.3.0 -openai==1.6.1 +openai==2.29.0 anthropic==0.8.1 # Workflow orchestration