From 203c3e5cde7c25457548ee75f4999948b6b87813 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:37:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BA=E5=AE=9Alangchain=E7=89=88?= =?UTF-8?q?=E6=9C=AC=20(#840)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6dfa01eea..b09aa78f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,8 @@ django = "4.2.14" djangorestframework = "^3.15.2" drf-yasg = "1.21.7" django-filter = "23.2" -langchain = "^0.2.3" -langchain_community = "^0.2.3" +langchain = "0.2.3" +langchain_community = "0.2.3" langchain-huggingface = "^0.0.3" psycopg2-binary = "2.9.7" jieba = "^0.42.1"