📌 限制chatrecord到0.7.0以下

This commit is contained in:
XuChenXu 2025-02-11 21:07:36 +08:00
parent 3434a5352f
commit 2f725e0808

View File

@ -1,12 +1,12 @@
[project] [project]
name = "nonebot-plugin-dialectlist" name = "nonebot-plugin-dialectlist"
version = "2.6.1" version = "2.6.2"
description = "看看你群群友有多能说" description = "看看你群群友有多能说"
authors = [ authors = [
{name = "Chen_Xu233", email = "woyerpa@outlook.com"}, {name = "Chen_Xu233", email = "woyerpa@outlook.com"},
] ]
dependencies = [ dependencies = [
"nonebot-plugin-chatrecorder>=0.6.0", "nonebot-plugin-chatrecorder>=0.6.0,<0.7.0",
"nonebot-plugin-orm[default]", "nonebot-plugin-orm[default]",
"nonebot-plugin-apscheduler>=0.4.0", "nonebot-plugin-apscheduler>=0.4.0",
"nonebot-plugin-alconna>=0.50.2", "nonebot-plugin-alconna>=0.50.2",