We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806cdd6 commit cabf304Copy full SHA for cabf304
google/auth/transport/urllib3.py
@@ -37,9 +37,10 @@
37
from packaging import version # type: ignore
38
except ImportError as caught_exc: # pragma: NO COVER
39
raise ImportError(
40
- "Error: Missing 'urllib3' dependency for 'google-auth'."
41
- " The 'google-auth' library requires the 'urllib3' extra installed "
42
- "for its default network transport."
+ ""
+ f"Error: {caught_exc}."
+ " The 'google-auth' library requires the extras installed "
43
+ "for urllib3 network transport."
44
"\n"
45
"Please install the necessary dependencies using pip:\n"
46
" pip install google-auth[urllib3]\n"
0 commit comments