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: 2.6Steps to reproduce
trace_configsinAuthorizedSessioncall e.g.exception ignored: TypeError("__init__() got an unexpected keyword argument 'trace_configs'")The issue is caused to this line
https://github.com/googleapis/google-auth-library-python/blob/main/google/auth/transport/_aiohttp_requests.py#L247
The fix should be easy by adding kwargs and using them in the parent class constructor call.
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!