From da36ad2bb3c148b47cb068c79720d9ffd999fd36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:25:24 +0000 Subject: [PATCH] Update openai requirement from <1.0.0,>=0.26.0 to >=0.26.0,<2.0.0 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.26.0...v1.2.4) --- 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 bbbaac4..98f3f16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ prefect>=2.13.5 -openai>=0.26.0,<1.0.0 \ No newline at end of file +openai>=0.26.0,<2.0.0 \ No newline at end of file