Skip to content

Commit 996c57a

Browse files
committed
Drop use of the vendored dependencies
Fixes: oracle#444
1 parent 855938f commit 996c57a

File tree

337 files changed

+414
-69586
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+414
-69586
lines changed

docs/new-region-support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ If you are authenticating via instance principals, you can set the federation_en
4242

4343
If the correct federation_endpoint for the region is not passed in, you will see the following error during instance principals authentication::
4444
45-
oci._vendor.requests.exceptions.ConnectionError: HTTPSConnectionPool(host='auth.us-gov-phoenix-1.oraclecloud.com', port=443): Max retries exceeded with url: /v1/x509 (Caused by NewConnectionError('<oci._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f5c91002ba8>: Failed to establish a new connection: [Errno -2] Name or service not known',))
45+
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='auth.us-gov-phoenix-1.oraclecloud.com', port=443): Max retries exceeded with url: /v1/x509 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f5c91002ba8>: Failed to establish a new connection: [Errno -2] Name or service not known',))

examples/object_crud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pytz
99

1010
import oci
11-
from oci._vendor import urllib3
11+
import urllib3
1212
from oci.object_storage.models import CreateBucketDetails
1313
from oci.object_storage.models import CreatePreauthenticatedRequestDetails
1414

setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ exclude =
99
__pycache__,
1010
docs/conf.py,
1111
build,
12-
dist,
13-
src/oci/_vendor
14-
max_line_length = 99
12+
dist
13+
max-line-length = 99
1514

1615
[metadata]
17-
license_files = LICENSE.txt THIRD_PARTY_LICENSES.txt
16+
license-files = LICENSE.txt THIRD_PARTY_LICENSES.txt

src/oci/_vendor/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/oci/_vendor/chardet/__init__.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)