From d8d86a3cf25175adf7c5405ec2e503714fdbff6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:48:56 +0000 Subject: [PATCH] Bump langchain in /tutorials/rag-with-amazon-bedrock-and-memorydb/app Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.9...langchain==0.2.10) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../rag-with-amazon-bedrock-and-memorydb/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/rag-with-amazon-bedrock-and-memorydb/app/requirements.txt b/tutorials/rag-with-amazon-bedrock-and-memorydb/app/requirements.txt index 913b0f8..0970dfd 100644 --- a/tutorials/rag-with-amazon-bedrock-and-memorydb/app/requirements.txt +++ b/tutorials/rag-with-amazon-bedrock-and-memorydb/app/requirements.txt @@ -1,5 +1,5 @@ boto3>=1.26.159 -langchain==0.2.9 +langchain==0.2.10 langchain-aws==0.1.16 langchain-community==0.2.9 redis==5.0.1