From 49405e043356d3e61b0438ea28532afa71f24514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:23:40 +0000 Subject: [PATCH] chore(deps): bump openai from 2.11.0 to 2.31.0 in /backend Bumps [openai](https://github.com/openai/openai-python) from 2.11.0 to 2.31.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.31.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.31.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..162b19e 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.31.0 anthropic==0.75.0 mistralai==1.2.5 google-generativeai==0.8.5