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
sqlalchemy_file/file.py:124: 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).
self["uploaded_at"] = datetime.utcnow().isoformat()
This seems not to be a big deal, and easy to fix as the replacement code is provided in the warning itself.
The text was updated successfully, but these errors were encountered:
When using python 3.12 we trigger this warning
This seems not to be a big deal, and easy to fix as the replacement code is provided in the warning itself.
The text was updated successfully, but these errors were encountered: