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
datetime.datetime.utcnow() is deprecated in python3.12. Let's update to use datetime.datetime.now(datetime.timezone.utc) which should work in lower versions of python too