From 7469421452ca73bae5dfca7c644355e3d7b51374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 17:38:08 +0000 Subject: [PATCH] Update openai requirement from <2.0.0,>=1.0.0 to >=1.0.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.0.0...v2.6.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements-offline-llm.txt | 2 +- requirements-offline.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b35c09be..1685d7ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ api = [ "nano-vectordb", "networkx", "numpy", - "openai>=1.0.0,<2.0.0", + "openai>=1.0.0,<3.0.0", "pandas>=2.0.0,<2.3.0", "pipmaster", "pydantic", @@ -98,7 +98,7 @@ offline-storage = [ offline-llm = [ # LLM provider dependencies - "openai>=1.0.0,<2.0.0", + "openai>=1.0.0,<3.0.0", "anthropic>=0.18.0,<1.0.0", "ollama>=0.1.0,<1.0.0", "zhipuai>=2.0.0,<3.0.0", diff --git a/requirements-offline-llm.txt b/requirements-offline-llm.txt index fe3fc747..269847a2 100644 --- a/requirements-offline-llm.txt +++ b/requirements-offline-llm.txt @@ -12,6 +12,6 @@ aioboto3>=12.0.0,<16.0.0 anthropic>=0.18.0,<1.0.0 llama-index>=0.9.0,<1.0.0 ollama>=0.1.0,<1.0.0 -openai>=1.0.0,<2.0.0 +openai>=1.0.0,<3.0.0 voyageai>=0.2.0,<1.0.0 zhipuai>=2.0.0,<3.0.0 diff --git a/requirements-offline.txt b/requirements-offline.txt index f3616e6b..c959816b 100644 --- a/requirements-offline.txt +++ b/requirements-offline.txt @@ -18,7 +18,7 @@ asyncpg>=0.29.0,<1.0.0 llama-index>=0.9.0,<1.0.0 neo4j>=5.0.0,<7.0.0 ollama>=0.1.0,<1.0.0 -openai>=1.0.0,<2.0.0 +openai>=1.0.0,<3.0.0 openpyxl>=3.0.0,<4.0.0 pymilvus>=2.6.2,<3.0.0 pymongo>=4.0.0,<5.0.0