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.
When we reach this line of code, we get "TypeError: unsupported type for timedelta seconds component: str"
google-auth-library-python/google/oauth2/_client.py
Line 123 in 6c1297c
It would appear that the response from the token server has expires_in as a string:
Request:
Response:
Seems this code should expect a string and not an integer.