beaker icon indicating copy to clipboard operation
beaker copied to clipboard

DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version.

Open huanguan1978 opened this issue 4 months ago • 0 comments

/Users/kaguya/pyenv312/lib/python3.12/site-packages/beaker/session.py:278: 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). expires_date = datetime.utcnow() + expires

huanguan1978 avatar Oct 08 '24 07:10 huanguan1978