From 22dd8c7b13a62b8889f628faebb14ce76af7d408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 10:09:22 +0000 Subject: [PATCH] Update openai requirement from ~=1.54.4 to ~=1.57.4 in /code/backend Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [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.54.4...v1.57.4) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/backend/requirements.txt b/code/backend/requirements.txt index 0b57606..f9ff8e9 100644 --- a/code/backend/requirements.txt +++ b/code/backend/requirements.txt @@ -5,7 +5,7 @@ botbuilder-core~=4.16.2 botbuilder-azure~=4.16.2 botbuilder-integration-aiohttp~=4.16.2 botbuilder-dialogs~=4.16.2 -openai~=1.54.4 +openai~=1.57.4 opentelemetry-instrumentation-aiohttp-client~=0.49b2 opentelemetry-instrumentation-aiohttp-server~=0.49b2 pydantic~=2.9.2