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.
Environment details
google-authversion: 1.26.1Steps to reproduce
Consider the following example:
This code will raise
AssertionError, because the session argument is ignored in theRequestobject.google-auth-library-python/google/auth/transport/_aiohttp_requests.py
Lines 140 to 141 in aeab5d0
This may also cause runtime warnings about unclosed sessions when
AuthorizedSessionobject is used.