From 7708b60e86ba4de282d6c24ef9128404cde554bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:31:14 +0800 Subject: [PATCH] Bump langchain from 0.1.16 to 0.2.10 in /application (#278) Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.1.16 to 0.2.10. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-openai==0.1.16...langchain==0.2.10) --- updated-dependencies: - dependency-name: langchain dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 203607e8..a8ed722f 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -1,4 +1,4 @@ -langchain==0.1.16 +langchain==0.2.10 langchain_community==0.2.9 faiss-cpu==1.8.0 openai==1.17.0