From 0e0225850c9272c8270d7604733398b1b14d3978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:24:25 +0000 Subject: [PATCH] Bump langchain from 0.0.123 to 0.2.10 Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.123 to 0.2.10. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.123...langchain==0.2.10) --- 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..069764c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.0.123 +langchain==0.2.10 openai==1.10.0 tree-sitter>=0.20.1 tiktoken>=0.3.0