fix: update tortoise-orm dependency to version 1.0.0

This commit is contained in:
shiyu
2026-02-09 17:23:54 +08:00
parent c473251926
commit f8f85bddfb
3 changed files with 240 additions and 231 deletions

View File

@@ -19,6 +19,6 @@ dependencies = [
"python-multipart>=0.0.21",
"qdrant-client>=1.16.2",
"telethon>=1.42.0",
"tortoise-orm>=0.25.3",
"tortoise-orm>=1.0.0",
"uvicorn>=0.40.0",
]