From a9a9c1c2cfa395d9c276d8d9409c3081a5783448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:27:55 +0000 Subject: [PATCH] Bump openai from 1.78.0 to 2.2.0 Bumps [openai](https://github.com/openai/openai-python) from 1.78.0 to 2.2.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.78.0...v2.2.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index b1f96a1..c4c4b43 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -117,7 +117,7 @@ numpy==2.0.2 # via pgvector oauthlib==3.2.2 # via requests-oauthlib -openai==1.78.0 +openai==2.2.0 # via # fastapi-app (pyproject.toml) # openai-agents