From 35a3c34cd16087909e7c09c30ed6d775dc632f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:05:19 +0000 Subject: [PATCH] chore(deps): bump openai from 2.11.0 to 2.30.0 in /backend Bumps [openai](https://github.com/openai/openai-python) from 2.11.0 to 2.30.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/v2.11.0...v2.30.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 79cb50f..8a204e2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -35,7 +35,7 @@ redis==7.1.0 celery==5.6.2 # AI Providers (Multi-Model Support) -openai==2.11.0 +openai==2.30.0 anthropic==0.75.0 mistralai==1.2.5 google-generativeai==0.8.5