From d361c953080fe77bf8522732100d2093a974879f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:47:26 +0000 Subject: [PATCH] chore(deps): Update openai requirement 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.50.0...v2.14.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f9a814..b0d5361 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ keywords = ["ai", "llm", "automation", "openai", "anthropic", "langchain", "rag", "agents"] dependencies = [ - "openai>=1.50.0,<2.0.0", + "openai>=1.50.0,<3.0.0", "anthropic>=0.39.0,<1.0.0", "langchain>=0.3.0,<1.0.0", "chromadb>=0.5.0,<1.0.0", diff --git a/requirements.txt b/requirements.txt index 950483b..ea7ec56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core LLM Libraries -openai>=1.50.0,<2.0.0 +openai>=1.50.0,<3.0.0 anthropic>=0.39.0,<1.0.0 langchain>=0.3.0,<1.0.0 langchain-community>=0.3.0,<1.0.0