From 71a53dc0deb9b14641abec463d642c143f4991dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 01:06:26 +0000 Subject: [PATCH] Bump langchain Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.2.5 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.5...langchain==0.3.30) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../patient-letter-extraction/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/generative-ai-service/document-processing-with-genai/patient-letter-extraction/files/requirements.txt b/ai/generative-ai-service/document-processing-with-genai/patient-letter-extraction/files/requirements.txt index 168322dac..86c173e02 100644 --- a/ai/generative-ai-service/document-processing-with-genai/patient-letter-extraction/files/requirements.txt +++ b/ai/generative-ai-service/document-processing-with-genai/patient-letter-extraction/files/requirements.txt @@ -1,7 +1,7 @@ pandas==2.1.4 jsonschema==4.19.2 streamlit==1.37.0 -langchain==0.2.5 +langchain==0.3.30 langchain-community==0.2.19 pdf2image==1.16.3 python-docx==0.8.11