From e91efad9aa016b42aa30ea53802336b1152ae1b2 Mon Sep 17 00:00:00 2001 From: minecraft1024a Date: Sat, 11 Oct 2025 20:14:52 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=85=83=E6=95=B0=E6=8D=AE=E5=92=8C=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将项目名称从 `MaiBot` 更改为 `MoFox-Bot` - 将 Python 版本要求提升至 `>=3.11` - 调整 `rjieba` 依赖版本 --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5de2e25f..97b44a510 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] -name = "MaiBot" +name = "MoFox-Bot" version = "0.8.1" -description = "MaiCore 是一个基于大语言模型的可交互智能体" -requires-python = ">=3.10" +description = "MoFox-Bot 是一个基于大语言模型的可交互智能体" +requires-python = ">=3.11" dependencies = [ "aiohttp>=3.12.14", "aiohttp-cors>=0.8.1", @@ -21,7 +21,7 @@ dependencies = [ "google>=3.0.0", "google-genai>=1.29.0", "httpx>=0.28.1", - "rjieba>=0.42.1", + "rjieba>=0.1.13", "json-repair>=0.47.6", "json5>=0.12.1", "jsonlines>=4.0.0",