Skip to content

datetime.utcnow() deprecation warning from SQLAlchemy model default #14

Description

@vitorfranklin

Running the test suite emits DeprecationWarning: datetime.datetime.utcnow() is deprecated from the games model column default (backend/app/models/game.py).

Suggested fix: switch the default to lambda: datetime.now(timezone.utc). Low risk, no schema change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions