From 01fe75a8e033c2a7d28b6c4666b2b5396c93b68c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:12:10 +0000 Subject: [PATCH] chore(deps): update openai requirement from >=1.0.0 to >=2.50.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.50.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.50.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docker.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docker.txt b/requirements-docker.txt index 00c90b2..75800d4 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -6,7 +6,7 @@ pydantic>=2.0.0 pydantic-settings>=2.0.0 python-dotenv>=1.0.0 loguru>=0.7.0 -openai>=1.0.0 +openai>=2.50.0 langchain>=0.2.0 langchain-openai>=0.1.0 langchain-chroma>=0.1.0 diff --git a/requirements.txt b/requirements.txt index 2819c35..a01af07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ python-dotenv>=1.0.0 loguru>=0.7.0 # OpenAI-compatible LLM and RAG stack -openai>=1.0.0 +openai>=2.50.0 langchain>=0.2.0 langchain-openai>=0.1.0 langchain-chroma>=0.1.0