add bucket in CRD
All checks were successful
Build and Publish / build-release (push) Successful in 44s

This commit is contained in:
2026-04-24 14:05:28 -05:00
parent 7e91a385f4
commit ff3d93e933
8 changed files with 32 additions and 15 deletions

View File

@@ -1,6 +1,5 @@
from pydantic import BaseModel, Field
from datetime import datetime
from typing import Optional
from app.enums import DocumentType
class DocumentMetadata(BaseModel):