I upgraded Python 3.11 -> 3.12 and get this new warning:
DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
I upgraded Python 3.11 -> 3.12 and get this new warning:
Simple to fix.