From 0fe46a4478a8c8b2bd0f2b2a99ca1cb6ec314d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:06:04 +0000 Subject: [PATCH] Bump langchain-community from 0.2.1 to 0.3.0 in /python-rag-chatbot Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.1 to 0.3.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.1...langchain-community==0.3.0) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-rag-chatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rag-chatbot/requirements.txt b/python-rag-chatbot/requirements.txt index cc4765c..b6b45b2 100644 --- a/python-rag-chatbot/requirements.txt +++ b/python-rag-chatbot/requirements.txt @@ -94,7 +94,7 @@ kubernetes==29.0.0 langchain==0.2.1 langchain-cli==0.0.24 langchain-cohere==0.1.5 -langchain-community==0.2.1 +langchain-community==0.3.0 langchain-core==0.2.2 langchain-text-splitters==0.2.0 langchainhub==0.1.13