From 251e4645b77358c650338ea089dc33ee1b8011cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=91=9E=E6=96=8C?= Date: Fri, 1 Nov 2024 17:08:22 +0800 Subject: [PATCH] Revert "chore(deps): update langchain-community requirement" This reverts commit e8c4758d870df08817fe2e704373839731838477. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24bbcb0ac..a421f2888 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.17" +langchain_community = "0.2.4" langchain-huggingface = "^0.0.3" psycopg2-binary = "2.9.7" jieba = "^0.42.1"