From 0af45aee20075321242f4c1fc302d0bd7c25d8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:06:41 +0000 Subject: [PATCH] Bump langchain from 0.0.326 to 0.3.0 in /ai-sample/TokenizeDocFunction Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.326 to 0.3.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.326...langchain==0.3.0) --- updated-dependencies: - dependency-name: langchain 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..5e483aa 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==0.3.0 tiktoken==0.5.1 pypdf==3.15.5