Commits
Click on a commit to change the comparison rangefix: replace deprecated asyncio.get_event_loop() with modern approach
Replace deprecated get_event_loop() with get_running_loop() and fallback
to new_event_loop() to fix the "no current event loop" warning in Python 3.10+4 months ago
by Abdeldjalil-H add missing line4 months ago
by Abdeldjalil-H update changelog4 months ago
by Abdeldjalil-H