diff --git a/pyproject.toml b/pyproject.toml index 7c815af..2ab4881 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [project] name = "nonebot-plugin-dialectlist" -version = "2.6.1" +version = "2.6.2" description = "看看你群群友有多能说" authors = [ {name = "Chen_Xu233", email = "woyerpa@outlook.com"}, ] dependencies = [ - "nonebot-plugin-chatrecorder>=0.6.0", + "nonebot-plugin-chatrecorder>=0.6.0,<0.7.0", "nonebot-plugin-orm[default]", "nonebot-plugin-apscheduler>=0.4.0", "nonebot-plugin-alconna>=0.50.2",