-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
Hello,
I’m seeing several deprecation warnings like
/path/to/.venv/lib/python3.13/site-packages/webob/cookies.py:238: 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).
v = datetime.utcnow() + v
and other utcnow()
related calls. Are there any plans to address this issue soon? Happy to provide a PR.
Metadata
Metadata
Assignees
Labels
No labels