From 8547c43fb3092dcf6800a75dcf154d657d1a5fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 05:19:00 +0000 Subject: [PATCH] Update openai requirement from <1.38,>=1.35 to >=1.35,<1.39 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.35.0...v1.38.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6328af1f..6f56471b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ "Jinja2~=3.1.2", "jsonschema~=4.23.0", "lxml>=4.9.3,<5.3.0", - "openai>=1.35,<1.38", + "openai>=1.35,<1.39", "mock==5.1.*", "pre-commit<4", "Pyjwt~=2.9.0", @@ -84,7 +84,7 @@ complexity = [ "xenon==0.9.*", ] openai = [ - "openai>=1.35,<1.38", + "openai>=1.35,<1.39", ] all = [ "codemodder[test]",