From 2f725e080869b05a158ea70cb8a9d2e8976d85bd Mon Sep 17 00:00:00 2001 From: XuChenXu <91937041+ChenXu233@users.noreply.github.com> Date: Tue, 11 Feb 2025 21:07:36 +0800 Subject: [PATCH] =?UTF-8?q?:pushpin:=20=E9=99=90=E5=88=B6chatrecord?= =?UTF-8?q?=E5=88=B00.7.0=E4=BB=A5=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",