From a340166fa6c0ee8442638b863dc03927ccced26d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 13:35:35 +0000 Subject: [PATCH] Bump openai from 2.53.0 to 3.1.0 in /backend Bumps [openai](https://github.com/openai/openai-python) from 2.53.0 to 3.1.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.53.0...v3.1.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 2df155d..7ea475a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,7 +19,7 @@ schoolopy==0.3.1 urllib3==2.7.0 Werkzeug==3.1.8 PyJWT==2.13.0 -openai==2.53.0 +openai==3.1.0 redis==8.1.0 google-api-python-client==2.198.0 google-auth==2.56.3