From e155c4409df36c6e56a9a930451e0322dc8290d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 12:21:57 +0000 Subject: [PATCH] deps(pip)(deps): bump openai from 1.57.4 to 2.38.0 in /backend Bumps [openai](https://github.com/openai/openai-python) from 1.57.4 to 2.38.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.57.4...v2.38.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.38.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 b1e75c8..c5afcd1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,5 +15,5 @@ reportlab==4.2.5 pytest==8.3.4 pytest-asyncio==0.24.0 anyio==4.6.2 -openai==1.57.4 +openai==2.38.0 slowapi==0.1.9