From eb6e4e1a11c3391afd0dc0e664043e9df3c2f05e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 06:04:03 +0000 Subject: [PATCH] Update openai requirement from <1.56,>=1.55 to >=1.55,<1.57 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.55.0...v1.56.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 efb0f40f..03422724 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.55,<1.56", + "openai>=1.55,<1.57", "mock==5.1.*", "pre-commit<5", "Pyjwt~=2.10.0", @@ -86,7 +86,7 @@ complexity = [ "xenon==0.9.*", ] openai = [ - "openai>=1.55,<1.56", + "openai>=1.55,<1.57", ] azure = [ "azure-ai-inference>=1.0.0b1,<2.0",