~olly/yoyo#96: 
python3.12 DeprecationWarnings

.../lib/python3.12/site-packages/yoyo/migrations.py:34: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

.../lib/python3.12/site-packages/yoyo/backends/base.py:341: 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).
    {"when": datetime.utcnow(), "pid": pid},
.../lib/python3.12/site-packages/yoyo/backends/base.py:562: 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).
    "created_at_utc": datetime.utcnow(),
Status
RESOLVED FIXED
Submitter
~blablatdinov
Assigned to
No-one
Submitted
1 year, 3 months ago
Updated
8 months ago
Labels
No labels applied.

~olly REPORTED FIXED 8 months ago

Fixed in 6e79685bb6a8

Register here or Log in to comment, or comment via email.