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