From c9239cf2368ae07542bba51226c08262db88a17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 00:50:33 +0000 Subject: [PATCH] Bump openai from 1.58.1 to 1.82.1 Bumps [openai](https://github.com/openai/openai-python) from 1.58.1 to 1.82.1. - [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.58.1...v1.82.1) --- updated-dependencies: - dependency-name: openai dependency-version: 1.82.1 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 202f6ba..d999766 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ h11==0.16.0 httpcore==1.0.7 httpx==0.27.2 idna==3.10 -openai==1.58.1 +openai==1.82.1 packaging==25.0 pydantic==2.9.2 pydantic_core==2.34.1