From 6276cc56c504012a3f6bc4f40dc302e941474bfc Mon Sep 17 00:00:00 2001 From: ssttkkl Date: Mon, 16 Sep 2024 00:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=AE=BDnb=E7=89=88=E6=9C=AC=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6a9728..63cef4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -nonebot2 = "^2.3.0" +nonebot2 = ">=2.3.0, <3.0.0" nonebot-plugin-access-control-api = "^1.2.0" nonebot-plugin-apscheduler = ">=0.3.0" nonebot-plugin-session = "^0.3.0"