From b4259c43555560feb34cc58e66aabe73ded92e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 05:34:21 +0000 Subject: [PATCH] Update openai requirement from <1.62,>=1.61 to >=1.61,<1.63 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.61.0...v1.62.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 e1ad956c..0aa3a634 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.61,<1.62", + "openai>=1.61,<1.63", "mock==5.1.*", "pre-commit<5", "Pyjwt~=2.10.0", @@ -86,7 +86,7 @@ complexity = [ "xenon==0.9.*", ] openai = [ - "openai>=1.61,<1.62", + "openai>=1.61,<1.63", ] azure = [ "azure-ai-inference>=1.0.0b1,<2.0",