You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Credentials: <google.oauth2._credentials_async.Credentialsobjectat0x7fc2e3ea9f10>
...
File"/usr/local/lib/python3.11/site-packages/google/auth/transport/_aiohttp_requests.py", line333, inrequestawaitself.credentials.before_request(
TypeError: objectNoneTypecan't be used in 'await' expression
This seems to happen since google.oauth2._credentials_async.Credentials does not define asynchronous version of before_request, while google.auth._credentials_async.Credentials does this.