From fe6e8a253c753efd0fe4e59f7cf225702ab5f2a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:28:55 +0000 Subject: [PATCH] Bump langchain from 0.0.123 to 0.3.7 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.123 to 0.3.7. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.123...langchain==0.3.7) --- 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..8472a12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.0.123 +langchain==0.3.7 openai==1.10.0 tree-sitter>=0.20.1 tiktoken>=0.3.0