8000 fix: urllib3 import (#953) · nkuik/google-auth-library-python@c8b5cae · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit c8b5cae

Browse files
fix: urllib3 import (googleapis#953)
* fix: urllib3 import fix googleapis#952 * chore: disable mypy for requests.packages.urllib3.util.ssl_ import * chore: update system test user creds
1 parent 88580b4 commit c8b5cae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/auth/transport/requests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
)
3737
import requests.adapters # pylint: disable=ungrouped-imports
3838
import requests.exceptions # pylint: disable=ungrouped-imports
39-
import six # pylint: disable=ungrouped-imports
40-
from urllib3.util.ssl_ import (
39+
from requests.packages.urllib3.util.ssl_ import ( # type: ignore
4140
create_urllib3_context,
4241
) # pylint: disable=ungrouped-imports
42+
import six # pylint: disable=ungrouped-imports
4343

4444
from google.auth import environment_vars
4545
from google.auth import exceptions

system_tests/secrets.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0