From 9e775d05a92a88d9a677b2ccf7e2a2f8c1b271bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 00:26:07 +0000 Subject: [PATCH] Bump langchain from 0.3.21 to 0.3.30 in /ch06_rag_handson Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.21 to 0.3.30. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.3.21...langchain==0.3.30) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch06_rag_handson/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch06_rag_handson/requirements.txt b/ch06_rag_handson/requirements.txt index 30da2f1..a363e61 100644 --- a/ch06_rag_handson/requirements.txt +++ b/ch06_rag_handson/requirements.txt @@ -1,5 +1,5 @@ boto3 -langchain==0.3.21 +langchain==0.3.30 langchain-aws==0.2.18 ragas==0.2.14 datasets==3.0.2