We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
find . -type f -name "*.py" -exec sed -i'' -e 's/asyncio.Task.current_task/asyncio.current_task/g' {} +
This is related to the deprecation in Python 3.7: https://docs.python.org/3/whatsnew/3.7.html (on asyncio.current_task())
asyncio.current_task()
pyproject.toml