From f736ddae8659b147d7c767abc891cb440616c7a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 07:24:42 +0000 Subject: [PATCH] ci: update openai requirement from <1.110.0,>=1.68.0 to >=1.68.0,<2.4.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.3.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.3.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 af8e45ffc..ea639a54c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,11 +47,11 @@ litellm = ["litellm>=1.75.9,<2.0.0", "openai>=1.68.0,<1.110.0"] llamaapi = ["llama-api-client>=0.1.0,<1.0.0"] mistral = ["mistralai>=1.8.2"] ollama = ["ollama>=0.4.8,<1.0.0"] -openai = ["openai>=1.68.0,<2.0.0"] +openai = ["openai>=1.68.0,<3.0.0"] writer = ["writer-sdk>=2.2.0,<3.0.0"] sagemaker = [ "boto3-stubs[sagemaker-runtime]>=1.26.0,<2.0.0", - "openai>=1.68.0,<2.0.0", # SageMaker uses OpenAI-compatible interface + "openai>=1.68.0,<3.0.0", # SageMaker uses OpenAI-compatible interface ] otel = ["opentelemetry-exporter-otlp-proto-http>=1.30.0,<2.0.0"] docs = [