From c2656a1b6b95eee3426dc06d08cc3b8c5b6c439b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:05:52 +0000 Subject: [PATCH] Bump langchain-community in /tutorials/ContextEngineering Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.10 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.10...langchain-community==0.3.0) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tutorials/ContextEngineering/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/ContextEngineering/requirements.txt b/tutorials/ContextEngineering/requirements.txt index c14972f..efb20b9 100644 --- a/tutorials/ContextEngineering/requirements.txt +++ b/tutorials/ContextEngineering/requirements.txt @@ -4,5 +4,5 @@ langchain_core==0.2.23 python-dotenv==1.0.1 redis==5.0.7 streamlit==1.33.0 -langchain-community==0.2.10 +langchain-community==0.3.0 pypdf==5.0.1 \ No newline at end of file