From 580986342e4fb54a7007202b110cbf29eadc3daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 13:17:10 +0000 Subject: [PATCH] Update openai requirement from ~=1.0.0 to >=1.0,<1.22 (#481) 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/v1.0.0...v1.21.2) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88331b4a..c4f2ef65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ complexity = [ "xenon==0.9.*", ] openai = [ - "openai~=1.0.0", + "openai>=1.0,<1.22", ] all = [ "codemodder[test]",