From c34940de392ac8f82a9d98895c290d472197dc60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:41:45 +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) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v0.27.4...v1.3.3) --- 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..599ae48 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,<1.4.0", "tiktoken>=0.3.3,<0.5.0"] [project.urls] "Homepage" = "https://github.com/DariuszPorowski/chatgpt-pre-commit-hooks/blob/main/README.md"