From 541b3f40efa938e38d6b292b8441692698dc7d8a Mon Sep 17 00:00:00 2001 From: menghany Date: Wed, 7 Jan 2026 13:07:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85LangChain=20=E7=9A=84?= =?UTF-8?q?=20TextLoader=20=E9=9A=90=E5=BC=8F=E5=BC=95=E7=94=A8=E7=9A=84ch?= =?UTF-8?q?ardet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 13244b2f..10346bac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,7 @@ dependencies = [ "tomli-w", "aiofiles>=24.1.0", "aiohttp>=3.9.0", + "chardet>=5.0.0", "deepagents>=0.2.5", "json-repair>=0.54.0", "openpyxl>=3.1.5",