[tech-debt] deprecated/utcnow
| Field |
Value |
| File |
webui/api/routes.py |
| Line |
6134 |
| Severity |
high |
| Detected |
2026-06-01T11:08:38Z |
| Author |
unknown |
Context
webui/api/routes.py:6134: Deprecated: utcnow() -> datetime.now(timezone.utc)
Recommendation
Replace datetime.utcnow() with datetime.now(timezone.utc) — utcnow() is deprecated in Python 3.12+.
Labels
tech-debt, category:deprecated, severity:high
[tech-debt] deprecated/utcnow
webui/api/routes.pyContext
Recommendation
Replace
datetime.utcnow()withdatetime.now(timezone.utc)—utcnow()is deprecated in Python 3.12+.Labels
tech-debt,category:deprecated,severity:high