]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Replace use of utcnow() with now() for Python 3.13 compatibility 1644/head
authorJens Troeger <jens.troeger@light-speed.de>
Thu, 10 Apr 2025 01:35:18 +0000 (11:35 +1000)
committerJens Troeger <jens.troeger@light-speed.de>
Sun, 13 Apr 2025 23:30:47 +0000 (09:30 +1000)
commit1ddb3caa4a8bc7487d070d39c24d5e5e609e0688
treea778878ff20cac5c0e79fd844dafbe5eb0aa80a4
parent41198bb1a84960e908d10c61f1a96bf594a33c23
Replace use of utcnow() with now() for Python 3.13 compatibility
alembic/script/base.py
tests/test_script_production.py