From 709c76862023e71b871d52d8840eb83fcd41a02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 03:57:42 +0000 Subject: [PATCH] Bump langchain from 0.0.78 to 0.0.236 in /backend Bumps [langchain](https://github.com/hwchase17/langchain) from 0.0.78 to 0.0.236. - [Release notes](https://github.com/hwchase17/langchain/releases) - [Commits](https://github.com/hwchase17/langchain/compare/v0.0.78...v0.0.236) --- 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..934401b4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ Flask==2.2.2 -langchain==0.0.78 +langchain==0.0.236 flask-cors==3.0.10 requests==2.28.2 python-dotenv==1.0.0