From 5cf15422f55813b8dc0a4cc825ccd28a88896872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:25:55 +0000 Subject: [PATCH] Bump langchain from 0.0.274 to 0.0.325 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.274 to 0.0.325. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.274...v0.0.325) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a398e7c69..6bb3527f9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ azure-ai-contentsafety==1.0.0b1 requests==2.31.0 tiktoken==0.2.0 azure-storage-queue==12.5.0 -langchain==0.0.274 +langchain==0.0.325 beautifulsoup4==4.12.0 fake-useragent==1.1.3 chardet==5.1.0 diff --git a/requirements.txt b/requirements.txt index c4c4e8940..b1d7abb6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Flask==2.3.2 openai==0.27.8 azure-storage-blob==12.14.1 python-dotenv==1.0.0 -langchain==0.0.274 +langchain==0.0.325 azure-ai-formrecognizer==3.2.0 requests==2.31.0 tiktoken==0.2.0