From ec9385b09294b89c83d58a4cf4e4c42fabff257a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:20:06 +0000 Subject: [PATCH] build(deps): bump langchain from 0.0.218 to 0.1.11 in /backend Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.218 to 0.1.11. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.218...v0.1.11) --- 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 553a0a8a..ad6d926a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -26,7 +26,7 @@ torch==1.11.0 python-jose openai==0.27.2 nltk==3.6.5 -langchain==0.0.218 +langchain==0.1.11 sse_starlette==1.6.1 ujson==4.2.0 greenlet==1.1.2