From 06881e88a28fc10e52e412ec3fc9078494c70198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:21:25 +0000 Subject: [PATCH] Bump langchain from 0.2.10 to 0.3.0 in /application Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.2.10 to 0.3.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain==0.2.10...langchain==0.3.0) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index a8ed722f..f6200a7e 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.2.10 +langchain==0.3.0 langchain_community==0.2.9 faiss-cpu==1.8.0 openai==1.17.0