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
In python3.12 utcnow has become deprecated. This is referenced in the baseplate-shell script here. Which causes a lot of deprecation log lines while in a shell. See screenshot.
s/utcnow/now(utc) should do it. .replace(tzinfo=None) if you want 100% equivalent code, but you shouldnt.
The text was updated successfully, but these errors were encountered:
In python3.12 utcnow has become deprecated. This is referenced in the baseplate-shell script here. Which causes a lot of deprecation log lines while in a shell. See screenshot.
s/utcnow/now(utc)
should do it..replace(tzinfo=None)
if you want 100% equivalent code, but you shouldnt.The text was updated successfully, but these errors were encountered: