This commit is contained in:
MarkLo 2025-11-21 13:30:13 +08:00
parent d3ab03ccd9
commit 2a188004c1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Pydantic models for request/response schemas
"""
from pydantic import BaseModel, Field
from typing import List, Optional, Dict, Any, Literal
from typing import List, Optional, Dict, Any, Literal, Union
from datetime import date