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
When running in Python 3.12 and above, the following warning is issued:
.../site-packages/json_logging/__init__.py:247: DeprecationWarning: datetime
is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.
utcnow = datetime.utcnow()
When running in Python 3.12 and above, the following warning is issued:
Ref. https://docs.python.org/3.12/library/datetime.html#datetime.datetime.utcnow
The text was updated successfully, but these errors were encountered: