From 829bc9b4bcca62a9384004c51b142475d848428a 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:56:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E4=BA=86python=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=96=B5=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a54cc425b..885f6a4c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] -name = "MoFox-Bot" -version = "0.12.0" -description = "MoFox-Bot 是一个基于大语言模型的可交互智能体" -requires-python = ">=3.11,<=3.13" +name = "MaiBot" +version = "0.8.1" +description = "MaiCore 是一个基于大语言模型的可交互智能体" +requires-python = ">=3.11" dependencies = [ "aiohttp>=3.12.14", "aiohttp-cors>=0.8.1",