From b6ea4e0d3df916c7344d2601b3b0d613203c0957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:02:50 +0000 Subject: [PATCH] Update openai requirement from <1.60,>=1.57 to >=1.57,<1.61 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.57.0...v1.60.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 a72adbb0..30719ed6 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.57,<1.60", + "openai>=1.57,<1.61", "mock==5.1.*", "pre-commit<5", "Pyjwt~=2.10.0", @@ -86,7 +86,7 @@ complexity = [ "xenon==0.9.*", ] openai = [ - "openai>=1.57,<1.60", + "openai>=1.57,<1.61", ] azure = [ "azure-ai-inference>=1.0.0b1,<2.0",