From 3abbc8c1b99263426f9d98e9a72f41130ec74df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 06:01:46 +0000 Subject: [PATCH] Bump langchain from 0.0.326 to 1.3.9 in /ai-sample/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] --- ai-sample/TokenizeDocFunction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-sample/TokenizeDocFunction/requirements.txt b/ai-sample/TokenizeDocFunction/requirements.txt index 1387373..9cc66a7 100644 --- a/ai-sample/TokenizeDocFunction/requirements.txt +++ b/ai-sample/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