From 1b1f29ff6c3e2dc364e83348181d62aae34422f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:34:18 +0000 Subject: [PATCH] Update langchain-openai requirement from >=1.2.0 to >=1.2.1 Updates the requirements on [langchain-openai](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==1.2.0...langchain-openai==1.2.1) --- updated-dependencies: - dependency-name: langchain-openai dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 082781e..12a6a04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ langchain>=1.2.0 langchain-anthropic>=1.4.0 langchain-community>=0.4.0 langchain-google-genai>=4.2.0 -langchain-openai>=1.2.0 +langchain-openai>=1.2.1 # --- RAG dependencies ---------------------------------------------------- sentence-transformers>=5.4.0