nest-asyncio2 v1.6.1
nest-asyncio2 is a fork of the unmaintained nest_asyncio, with the following changes:
- Python 3.12
loop_factoryparameter support - Python 3.14 support (
asyncio.current_task()and others are broken innest_asyncio)
All interfaces are kept as they are. To migrate, you just need to change the package and module name to nest_asyncio2.