You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datetime.utcnow() is used in api/db/models.py and api/routes/templates.py.
This is deprecated in Python 3.12+ and produces warnings visible in pytest output:
Problem
datetime.utcnow()is used inapi/db/models.pyandapi/routes/templates.py.This is deprecated in Python 3.12+ and produces warnings visible in pytest output: