Closed as not planned
Description
Steps to Reproduce
- I developed a logger for my own project and added the warnings in py.warnings
- every time I run the main code in my telegram bot I get this warning
Expected behaviour
not giving warning
Actual behaviour
giving warning
Operating System
Windows 11
Version of Python, python-telegram-bot & dependencies
3.12
22.0
Relevant log output
WARNING | 2025-05-25 22:26:12 | py.warnings | \Python312\Lib\site-packages\telegram\ext\_application.py:1024: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()
Additional Context
No response