From 9f83e7fecfdeee0026e0a4355c441dda4c46da13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:09:52 +0000 Subject: [PATCH] Bump openai from 0.27.8 to 1.11.1 in /code Bumps [openai](https://github.com/openai/openai-python) from 0.27.8 to 1.11.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/v0.27.8...v1.11.1) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- code/app/requirements.txt | 2 +- code/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/app/requirements.txt b/code/app/requirements.txt index 29265d841..498461b5e 100644 --- a/code/app/requirements.txt +++ b/code/app/requirements.txt @@ -1,6 +1,6 @@ azure-identity==1.15.0 Flask==3.0.0 -openai==0.27.8 +openai==1.11.1 azure-storage-blob==12.19.0 python-dotenv==1.0.1 langchain==0.1.4 diff --git a/code/requirements.txt b/code/requirements.txt index 417269ca9..049259909 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -1,6 +1,6 @@ azure-functions==1.18.0 streamlit==1.30.0 -openai==0.27.8 +openai==1.11.1 matplotlib==3.8.2 plotly==5.18.0 scipy==1.12.0