From 4ab78cc4ca255b7af8f30fdd1c50c4c2269f34e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:29:51 +0000 Subject: [PATCH] ci: update openai requirement from <2.0.0,>=1.68.0 to >=1.68.0,<3.0.0 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.68.0...v2.0.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.0.0 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 974ff9d..dfb435b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ ollama = [ "ollama>=0.4.8,<1.0.0", ] openai = [ - "openai>=1.68.0,<2.0.0", + "openai>=1.68.0,<3.0.0", ] otel = [ "opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0", @@ -130,7 +130,7 @@ all = [ "ollama>=0.4.8,<1.0.0", # openai - "openai>=1.68.0,<2.0.0", + "openai>=1.68.0,<3.0.0", # otel "opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0",