Wolfgang Schnerring
Wolfgang Schnerring
Closes #211 ### Successful PR Checklist: - [x] Tests (units, integration, 100% coverage) - [ ] (not applicable?) - [ ] Documentation - [x] (not applicable?) - [x] Had a...
``` Traceback (most recent call last): File "lib/python3.14/site-packages/batou/deploy.py", line 228, in main step() ~~~~^^ File "lib/python3.14/site-packages/batou/deploy.py", line 178, in deploy self.loop = asyncio.get_event_loop() ~~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/homebrew/Cellar/[email protected]/3.14.0/Frameworks/Python.framework/Versions/3.14/lib/python3.14/asyncio/events.py", line 715, in get_event_loop...
https://github.com/seanbrant/requests-wsgi-adapter/blob/master/wsgiadapter.py#L115 generates this warning in Python >=3.12 ``` 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) ```