From d32a6fbdd48bd4e2619f1cfa9870bea65dda1c11 Mon Sep 17 00:00:00 2001 From: molanp <104612722+molanp@users.noreply.github.com> Date: Fri, 8 Aug 2025 12:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=BB=9Aorm=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=9B=A0=E4=B8=BA=E5=8C=85=E5=90=AB=E7=A0=B4=E5=9D=8F=E6=80=A7?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= 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 8f770084..2db17b76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = "^3.10" playwright = "^1.41.1" nonebot-adapter-onebot = ">=2.3.1" nonebot-plugin-apscheduler = "^0.5" -tortoise-orm = ">=0.20.0" +tortoise-orm = "^0.20.0" cattrs = "^23.2.3" ruamel-yaml = "^0.18.5" strenum = "^0.4.15"