From d31716736a998c67901f0602a4912d7503335989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:17:06 +0000 Subject: [PATCH] [pip dev] :arrow_up: (deps-dev): Update openai requirement 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.28.0) --- 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 5aca534..d79408a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Topic :: Software Development :: Version Control", "Topic :: Software Development :: Version Control :: Git", ] -dependencies = ["openai~=0.27.4", "tiktoken>=0.3.3,<0.5.0"] +dependencies = ["openai>=0.27.4,<0.29.0", "tiktoken>=0.3.3,<0.5.0"] [project.urls] "Homepage" = "https://github.com/DariuszPorowski/chatgpt-pre-commit-hooks/blob/main/README.md"