chore: 更新项目版本至0.12.0,添加aiofiles依赖;优化调度器任务执行逻辑,避免重复触发

This commit is contained in:
Windpicker-owo
2025-11-07 17:38:50 +08:00
parent de8d1db35f
commit ba30a52e32
4 changed files with 186 additions and 92 deletions

View File

@@ -1,11 +1,12 @@
[project]
name = "MoFox-Bot"
version = "0.8.1"
version = "0.12.0"
description = "MoFox-Bot 是一个基于大语言模型的可交互智能体"
requires-python = ">=3.11,<=3.13"
dependencies = [
"aiohttp>=3.12.14",
"aiohttp-cors>=0.8.1",
"aiofiles>=23.1.0",
"apscheduler>=3.11.0",
"asyncio>=4.0.0",
"beautifulsoup4>=4.13.4",