Update pyproject.toml

This commit is contained in:
SengokuCola
2026-05-09 20:20:57 +08:00
parent 60b0b41e80
commit 45823dca21

View File

@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "MaiBot" name = "MaiBot"
version = "1.0.0" version = "1.0.0rc17"
description = "MaiCore 是一个基于大语言模型的可交互智能体" description = "MaiCore 是一个基于大语言模型的可交互智能体"
requires-python = ">=3.10" requires-python = ">=3.12"
dependencies = [ dependencies = [
"Babel>=2.17.0", "Babel>=2.17.0",
"aiohttp>=3.12.14", "aiohttp>=3.12.14",