From 129578c4b4e69c9a610976a2545ddf60184a9201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:56:41 +0000 Subject: [PATCH] Bump langchain from 0.1.8 to 0.1.9 in /code Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.1.8...v0.1.9) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- code/backend/requirements.txt | 2 +- code/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/backend/requirements.txt b/code/backend/requirements.txt index 80eed054f..08dcab1de 100644 --- a/code/backend/requirements.txt +++ b/code/backend/requirements.txt @@ -11,7 +11,7 @@ azure-ai-contentsafety==1.0.0 requests==2.31.0 tiktoken==0.6.0 azure-storage-queue==12.9.0 -langchain==0.1.8 +langchain==0.1.9 langchain-community==0.0.21 beautifulsoup4==4.12.3 fake-useragent==1.4.0 diff --git a/code/requirements.txt b/code/requirements.txt index 3f5104501..15e0ef2d2 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -10,7 +10,7 @@ Flask==3.0.2 openai==1.6.1 azure-storage-blob==12.19.0 python-dotenv==1.0.1 -langchain==0.1.8 +langchain==0.1.9 langchain-community==0.0.21 azure-ai-formrecognizer==3.3.2 requests==2.31.0