From 0437324b9a6ba447800d025557815fbdfd296009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 09:04:36 +0000 Subject: [PATCH] chore(deps): update openai requirement from ~=0.27.4 to ~=0.27.8 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) - [Commits](https://github.com/openai/openai-python/compare/v0.27.4...v0.27.8) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3794aa2..6a81d31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ python-markdown-math~=0.8 pygments~=2.15.1 imgkit~=1.2.3 qrcode~=7.4.2 -openai~=0.27.4 +openai~=0.27.8 EdgeGPT==0.3.8.1 aiohttp~=3.8.4 OpenAIAuth~=0.3.6