See the build log here which contains the warning below.
google/auth/transport/_aiohttp_requests.py:200
/tmpfs/src/github/google-auth-library-python/google/auth/transport/_aiohttp_requests.py:200: DeprecationWarning: Inheritance class AuthorizedSession from ClientSession is discouraged
class AuthorizedSession(aiohttp.ClientSession):
This issue tracks fixing the underlying issue so that the warning is not emitted.