From 2e31f4f57c87dc7ab4a67d8d86385bd012ff37a1 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Tue, 8 Apr 2025 16:17:21 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8D=87=E7=BA=A7=20gradio=20?= =?UTF-8?q?=E8=87=B3=205.0.0=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 requirements.txt 中 gradio 版本要求从 >=3.0.0 修改为 >=5.0.0 - 此次升级可能会影响项目的用户界面或功能,需要进行测试以确保兼容性 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 987865f..fe9aed6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ openai>=1.0.0 python-dotenv>=1.0.0 pydantic>=2.0.0 -gradio>=3.0.0 +gradio>=5.0.0 langchain>=0.3 \ No newline at end of file