From f33ba2098397f8ea7c44b4a0201453988e5cef2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:46:10 +0000 Subject: [PATCH] Bump openai from 1.28.1 to 1.38.0 Bumps [openai](https://github.com/openai/openai-python) from 1.28.1 to 1.38.0. - [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.28.1...v1.38.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 2e7453d..77283c0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ azure-identity==1.16.0 ipykernel==6.29.4 Jinja2==3.1.4 -openai==1.28.1 +openai==1.38.0 python-dotenv==1.0.1 requests==2.31.0 streamlit==1.34.0