From a06e006ef8487255420a361832dac6172ae5369d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 23:21:38 +0000 Subject: [PATCH] Bump langchain in /ai/generative-ai-service/complex-document-rag/files Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.2.14 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.14...langchain==0.3.30) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../complex-document-rag/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/generative-ai-service/complex-document-rag/files/requirements.txt b/ai/generative-ai-service/complex-document-rag/files/requirements.txt index 3b8642510..a52312154 100644 --- a/ai/generative-ai-service/complex-document-rag/files/requirements.txt +++ b/ai/generative-ai-service/complex-document-rag/files/requirements.txt @@ -21,5 +21,5 @@ tiktoken==0.7.0 numpy==1.26.4 # Agent Framework Dependencies -langchain==0.2.14 +langchain==0.3.30 pydantic==2.8.2 \ No newline at end of file