From 53e1c0a3099f3ec02f3708b6e1db595927714510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:23:11 +0000 Subject: [PATCH] Bump langchain from 0.0.123 to 0.3.6 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.123 to 0.3.6. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.123...langchain==0.3.6) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 591a55e..d5dd1ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.0.123 +langchain==0.3.6 openai==1.10.0 tree-sitter>=0.20.1 tiktoken>=0.3.0