chore: checkpoint current backend/runtime changes

This commit is contained in:
qzl
2026-03-06 17:28:17 +08:00
parent 2c59fe5ee2
commit b6087fd195
32 changed files with 1641 additions and 469 deletions
+3 -1
View File
@@ -8,7 +8,6 @@ dependencies = [
"alembic>=1.18.3",
"asyncpg>=0.31.0",
"basedpyright>=1.37.2",
"celery>=5.6.2",
"crewai>=1.6.1",
"crewai-tools>=1.6.1",
"email-validator>=2.3.0",
@@ -22,8 +21,11 @@ dependencies = [
"redis>=7.1.0",
"sqlalchemy[asyncio]>=2.0.46",
"structlog>=24.4.0",
"taskiq>=0.11.0",
"taskiq-redis>=1.0.0",
"supabase>=2.27.2",
"uvicorn[standard]>=0.40.0",
"gunicorn>=25.1.0",
]
[project.optional-dependencies]