Compare commits

...

2 Commits

Author SHA1 Message Date
molanp
0caa99d13b
Merge d32a6fbdd4 into 3deffcb46c 2025-08-08 04:34:56 +00:00
molanp
d32a6fbdd4
回滚orm版本因为包含破坏性更新 2025-08-08 12:34:52 +08:00

View File

@ -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"