api fixes. CHAT container NEEDS ATTENTION
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-08-08 22:51:21 +09:00
parent 32f7b5276f
commit 7ac2defcc0
18 changed files with 516 additions and 38 deletions

View File

@@ -0,0 +1 @@
from __future__ import annotations

View File

@@ -1,3 +1,4 @@
from __future__ import annotations
from pydantic import BaseModel
class Message(BaseModel):

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
from typing import List
from uuid import UUID
from typing import List
try:
# Pydantic v2