From 64fbdb34c7f8985c8176118e77df987bf414d294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:02:27 +0000 Subject: [PATCH] build(deps): bump langchain from 0.0.218 to 0.1.0 in /backend Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.218 to 0.1.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.218...v0.1.0) --- 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..fd083535 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.0 sse_starlette==1.6.1 ujson==4.2.0 greenlet==1.1.2