hugapi / hug

Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.
MIT License
6.86k stars 389 forks source link

loop parameter passed to asyncio.gather has been deprecated and will be removed in python 3.10 #874

Open tirkarthi opened 4 years ago

tirkarthi commented 4 years ago

https://docs.python.org/release/3.9.0/library/asyncio-task.html#asyncio.gather

https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/api.py#L634