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 26, 2026. It is now read-only.
google.auth is imported in the generated code but is not declared as a direct dependency in setup.py. google-auth is pulled in transitively via google-api-core.
google.authis imported in the generated code but is not declared as a direct dependency insetup.py.google-authis pulled in transitively viagoogle-api-core.gapic-generator-python/gapic/templates/%namespace/%name_%version/%sub/services/%service/client.py.j2
Line 25 in cd0325b
gapic-generator-python/gapic/templates/setup.py.j2
Lines 32 to 36 in cd0325b
https://github.com/googleapis/python-api-core/blob/5922f2b8f382ee1fd9b69fafb2eed39db93b60fb/setup.py#L34
This led to issue googleapis/google-cloud-python#12254 because the minimum version of
google-authis not explicitly stated or tested.