From b796d8f69c18ae15de6babc71cb5f9418286eb8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 15:57:05 +0000 Subject: [PATCH] Bump langchain-community Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.0.34 to 0.2.9. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits/langchain-community==0.2.9) --- updated-dependencies: - dependency-name: langchain-community 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 e0df11d..4351431 100644 --- a/tutorials/rag-with-amazon-bedrock-and-memorydb/app/requirements.txt +++ b/tutorials/rag-with-amazon-bedrock-and-memorydb/app/requirements.txt @@ -1,6 +1,6 @@ boto3>=1.26.159 langchain==0.1.16 langchain-aws==0.1.0 -langchain-community==0.0.34 +langchain-community==0.2.9 SQLAlchemy==2.0.28 streamlit==1.33.0