From 9e571463d8ac2ed65ebc5ee57fcb98ff384373d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:44:11 +0000 Subject: [PATCH] Bump openai from 1.78.0 to 1.99.8 Bumps [openai](https://github.com/openai/openai-python) from 1.78.0 to 1.99.8. - [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...v1.99.8) --- updated-dependencies: - dependency-name: openai dependency-version: 1.99.8 dependency-type: direct:production update-type: version-update:semver-minor ... 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..dc27c5e 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==1.99.8 # via # fastapi-app (pyproject.toml) # openai-agents