From 8cea24e637aadd89497c8f3dcf7cdc16e29bbfd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:38:08 -0400 Subject: [PATCH] Bump openai from 0.27.8 to 0.27.9 (#78) Bumps [openai](https://github.com/openai/openai-python) from 0.27.8 to 0.27.9. - [Release notes](https://github.com/openai/openai-python/releases) - [Commits](https://github.com/openai/openai-python/compare/v0.27.8...v0.27.9) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79bb351..61a66c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ python-dotenv==1.0.0 flask==2.3.3 requests==2.31.0 simpleaichat==0.2.2 -openai==0.27.8 +openai==0.27.9 tiktoken==0.4.0 google-cloud-storage==2.10.0 google-auth==2.22.0 \ No newline at end of file