回滚orm版本因为包含破坏性更新

This commit is contained in:
molanp 2025-08-08 12:34:52 +08:00 committed by GitHub
parent e954009439
commit d32a6fbdd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"