From f99c4a36afdbf2aeaad1af7239a8f117ab3ac5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:34:41 +0000 Subject: [PATCH] Bump openai from 1.48.0 to 1.50.2 Bumps [openai](https://github.com/openai/openai-python) from 1.48.0 to 1.50.2. - [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.48.0...v1.50.2) --- updated-dependencies: - dependency-name: openai 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 8a90848..c63761c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ h11==0.14.0 httpcore==1.0.5 httpx==0.27.2 idna==3.10 -openai==1.48.0 +openai==1.50.2 packaging==24.0 pydantic==2.9.2 pydantic_core==2.24.0