Update tracing library to be python 3.9 compatible.
`asyncio.Task.current_task()` was deprecated in python 3.7 and removed in 3.9. This was replaced by `asyncio.current_task()`. https://docs.python.org/3.8/library/asyncio-task.html#asyncio.Task.current_task PiperOrigin-RevId: 374223589
Please register or sign in to comment