From 14be78157d68016d915def2485bca9c1adf3970e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:21:15 +0000 Subject: [PATCH] Bump langchain Bumps the pip group with 1 update in the /src/ghosts.shadows/src directory: [langchain](https://github.com/langchain-ai/langchain). Updates `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==0.2.10...langchain==0.3.0) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- src/ghosts.shadows/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ghosts.shadows/src/requirements.txt b/src/ghosts.shadows/src/requirements.txt index b0791240..af1a54f7 100644 --- a/src/ghosts.shadows/src/requirements.txt +++ b/src/ghosts.shadows/src/requirements.txt @@ -1,7 +1,7 @@ Flask==3.0.2 gradio==5.0.0 imaginairy==14.2.0 -langchain==0.2.10 +langchain==0.3.0 langchain_community==0.2.9 numpy==1.25.2 Requests==2.32.2