From 753a1428bd4705b2e765a21671c85ff124451efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 22:08:02 +0000 Subject: [PATCH] Bump langchain from 0.0.78 to 0.0.246 in /backend Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.78 to 0.0.246. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/commits) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 71229ab1..1bb3e5a9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ Flask==2.2.2 -langchain==0.0.78 +langchain==0.0.246 flask-cors==3.0.10 requests==2.28.2 python-dotenv==1.0.0