feat: add is_chat field to board memory and task_id to approvals, update pagination and response models

This commit is contained in:
Abhimanyu Saharan
2026-02-06 19:11:11 +05:30
parent d86fe0a7a6
commit 6c14af0451
76 changed files with 2070 additions and 571 deletions

View File

@@ -12,7 +12,7 @@ name = "openclaw-agency-backend"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"fastapi==0.115.4",
"fastapi==0.128.0",
"uvicorn[standard]==0.30.6",
"sqlmodel==0.0.22",
"sqlalchemy==2.0.34",
@@ -25,7 +25,8 @@ dependencies = [
"redis==5.1.1",
"fastapi-clerk-auth==0.0.9",
"sse-starlette==2.1.3",
"jinja2"
"jinja2==3.1.6",
"fastapi-pagination==0.15.9",
]
[project.optional-dependencies]