From 17a9caa4ce4e8cbae4d433933221c7537d5212af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 19:05:06 +0000 Subject: [PATCH] Update openai requirement from 0.27.4 to 0.27.7 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.7) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27de1cd..fa1f59b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ writemore = "writemore.cli:run" python = "^3.10" click = "8.1.3" langchain = "0.0.138" -openai = "0.27.4" +openai = "0.27.7" tiktoken = "^0.3.3" pydantic = "^1.10.7"