From e8c4758d870df08817fe2e704373839731838477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:09:26 +0000 Subject: [PATCH] chore(deps): update langchain-community requirement Updates the requirements on [langchain-community](https://github.com/langchain-ai/langchain) to permit the latest version. Updates `langchain-community` to 0.2.17 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-community==0.2.4...langchain-community==0.2.17) --- updated-dependencies: - dependency-name: langchain-community dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a421f2888..24bbcb0ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ djangorestframework = "^3.15.2" drf-yasg = "1.21.7" django-filter = "23.2" langchain = "0.2.16" -langchain_community = "0.2.4" +langchain_community = "0.2.17" langchain-huggingface = "^0.0.3" psycopg2-binary = "2.9.7" jieba = "^0.42.1"