From 69afe7c0aa7061710d12f4e77945f60bf2d8f8dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:11:55 +0000 Subject: [PATCH] Bump langchain from 0.1.4 to 0.1.7 in /code Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.4 to 0.1.7. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.1.4...v0.1.7) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- code/app/requirements.txt | 2 +- code/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/app/requirements.txt b/code/app/requirements.txt index e2c6a0132..b34eae514 100644 --- a/code/app/requirements.txt +++ b/code/app/requirements.txt @@ -3,7 +3,7 @@ Flask==3.0.2 openai==0.27.8 azure-storage-blob==12.19.0 python-dotenv==1.0.1 -langchain==0.1.4 +langchain==0.1.7 azure-ai-formrecognizer==3.3.2 requests==2.31.0 tiktoken==0.5.2 diff --git a/code/requirements.txt b/code/requirements.txt index 417269ca9..4803bc4ce 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -14,7 +14,7 @@ azure-ai-contentsafety==1.0.0 requests==2.31.0 tiktoken==0.5.2 azure-storage-queue==12.9.0 -langchain==0.1.4 +langchain==0.1.7 beautifulsoup4==4.12.3 fake-useragent==1.4.0 chardet==5.2.0