LeonardoMdSA's picture
logs and unit tests
b6e3994

Pydantic / FastAPI deprecations

  • Migrate BaseSettings ConfigConfigDict
  • Replace Field(example=...) with json_schema_extra
  • datetime.utcnow() usage in logging → switch to timezone-aware datetime.now(datetime.UTC)

Status: deferred (non-blocking)