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