fixing bugs with ci pipeline

This commit is contained in:
GotthardG
2024-12-16 22:50:04 +01:00
parent e0e176881b
commit 0178de96fd
14 changed files with 145 additions and 96 deletions

View File

@ -1,5 +1,5 @@
from typing import List, Optional
from datetime import datetime, timedelta # Add this import
from datetime import datetime
from pydantic import BaseModel, EmailStr, constr, Field
from datetime import date