From c807c2f0251bf1390bb58cc2f03f62dc6cddb43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:30:34 +0000 Subject: [PATCH] Update openai requirement from <1.57,>=1.56 to >=1.56,<1.58 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.56.0...v1.57.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 865d191b..05483fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ test = [ "Jinja2~=3.1.2", "jsonschema~=4.23.0", "lxml>=5.3.0,<6.0.0", - "openai>=1.56,<1.57", + "openai>=1.56,<1.58", "mock==5.1.*", "pre-commit<5", "Pyjwt~=2.10.0", @@ -86,7 +86,7 @@ complexity = [ "xenon==0.9.*", ] openai = [ - "openai>=1.56,<1.57", + "openai>=1.56,<1.58", ] azure = [ "azure-ai-inference>=1.0.0b1,<2.0",