From 00c19d88860708056c4f38c6a45cdabec1e7a0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:35:34 +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.2.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..338dd25 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.3.0", "tiktoken>=0.3.3,<0.5.0"] [project.urls] "Homepage" = "https://github.com/DariuszPorowski/chatgpt-pre-commit-hooks/blob/main/README.md"