From d7184f31d3de36cb838a87c6e11ebc7d16b0b27e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 03:19:44 +0000 Subject: [PATCH] Bump openai from 0.27.9 to 0.28.0 Bumps [openai](https://github.com/openai/openai-python) from 0.27.9 to 0.28.0. - [Release notes](https://github.com/openai/openai-python/releases) - [Commits](https://github.com/openai/openai-python/compare/v0.27.9...v0.28.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 4048464..619949f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ Flask==2.3.3 gunicorn==21.2.0 -openai==0.27.9 +openai==0.28.0 azure-identity==1.14.0 python-dotenv==1.0.0 # Pinned due to docker-in-docker issue: https://github.com/devcontainers/features/issues/616