From 8004ebcdc8261244936d6f25d1c5ab7cc7e04c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 22:05:45 +0000 Subject: [PATCH] Bump langchain in /RAG/tools/evaluation/synthetic_data_generator Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.9 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-ibm==0.1.9...langchain==0.3.30) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- RAG/tools/evaluation/synthetic_data_generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAG/tools/evaluation/synthetic_data_generator/requirements.txt b/RAG/tools/evaluation/synthetic_data_generator/requirements.txt index 6b311b5ec..d082127b2 100644 --- a/RAG/tools/evaluation/synthetic_data_generator/requirements.txt +++ b/RAG/tools/evaluation/synthetic_data_generator/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.1.9 +langchain==0.3.30 unstructured[all-docs]==0.11.2 sentence-transformers==2.2.2 langchain-core==0.1.29