From d8fbf70e834c27383ba0d34a99b522c0bede5414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:48:24 +0000 Subject: [PATCH] Bump langchain from 0.2.6 to 0.2.10 in /src/functionapp Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.2.6 to 0.2.10. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.6...langchain==0.2.10) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/functionapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functionapp/requirements.txt b/src/functionapp/requirements.txt index ca3fc0c..62ac339 100644 --- a/src/functionapp/requirements.txt +++ b/src/functionapp/requirements.txt @@ -9,7 +9,7 @@ azure-ai-documentintelligence==1.0.0b3 azure-identity==1.17.1 PyMuPDF==1.24.7 PyPDF2==3.0.1 -langchain==0.2.6 +langchain==0.2.10 langchain_core==0.2.10 langchain_community==0.2.6 langchain_openai==0.1.10