From 9d41d7ab2836ab403fb38c260350d42479d9b09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:49:26 +0000 Subject: [PATCH] Update openai requirement from ~=1.54.4 to ~=1.57.0 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.0) --- 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..060bba3 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.0 opentelemetry-instrumentation-aiohttp-client~=0.49b2 opentelemetry-instrumentation-aiohttp-server~=0.49b2 pydantic~=2.9.2