From 46f210cc6bface94bcccbec41c54a8a2f7338390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ikun=E4=B8=A4=E5=B9=B4=E5=8D=8A?= <334495606@qq.com> Date: Tue, 14 Oct 2025 22:22:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E4=BE=9D=E8=B5=96=E5=90=8D=E5=AD=97?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=96=B5=EF=BC=81=EF=BC=81=EF=BC=81?= 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 f5de2e25f..ad982f968 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "google>=3.0.0", "google-genai>=1.29.0", "httpx>=0.28.1", - "rjieba>=0.42.1", + "jieba>=0.42.1", "json-repair>=0.47.6", "json5>=0.12.1", "jsonlines>=4.0.0", @@ -75,7 +75,7 @@ dependencies = [ "aiomysql>=0.2.0", "aiosqlite>=0.21.0", "inkfox>=0.1.1", - "rrjieba>=0.1.13", + "rjieba>=0.1.13", "mcp>=0.9.0", "sse-starlette>=2.2.1", ]