From e919e6dd4480bda23494e7dc1a20607dd591d567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 06:08:31 +0000 Subject: [PATCH] Bump langchain in /LogicApps-AI-RAG-Demo/TokenizeDocFunction Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.326 to 1.3.9. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.326...langchain==1.3.9) --- updated-dependencies: - dependency-name: langchain dependency-version: 1.3.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LogicApps-AI-RAG-Demo/TokenizeDocFunction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogicApps-AI-RAG-Demo/TokenizeDocFunction/requirements.txt b/LogicApps-AI-RAG-Demo/TokenizeDocFunction/requirements.txt index 1387373..9cc66a7 100644 --- a/LogicApps-AI-RAG-Demo/TokenizeDocFunction/requirements.txt +++ b/LogicApps-AI-RAG-Demo/TokenizeDocFunction/requirements.txt @@ -3,6 +3,6 @@ # Manually managing azure-functions-worker may cause unexpected issues azure-functions -langchain==0.0.326 +langchain==1.3.9 tiktoken==0.5.1 pypdf==3.15.5