From 76b9d758f6f23d84557293bb777e039d1a3c347e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:47:40 +0000 Subject: [PATCH] Update openai requirement from ~=1.50.2 to ~=1.51.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.50.2...v1.51.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 28c52b0..0b894ac 100644 --- a/code/backend/requirements.txt +++ b/code/backend/requirements.txt @@ -4,7 +4,7 @@ botbuilder-core~=4.16.2 botbuilder-azure~=4.16.2 botbuilder-integration-aiohttp~=4.16.2 botbuilder-dialogs~=4.16.2 -openai~=1.50.2 +openai~=1.51.0 opentelemetry-instrumentation-aiohttp-client~=0.48b0 opentelemetry-instrumentation-aiohttp-server~=0.48b0 pydantic~=2.9.2