Skip to content

[tech-debt] deprecated/utcnow: webui/api/routes.py:6134 — Deprecated: utcnow() -> datetime.now(timezone.utc) #17

Description

@Duskript

[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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions