ibm-cloud-sdk-core 3.20.0__tar.gz → 3.20.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ibm-cloud-sdk-core-3.20.0/ibm_cloud_sdk_core.egg-info → ibm-cloud-sdk-core-3.20.1}/PKG-INFO +2 -2
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/README.md +1 -1
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/base_service.py +4 -2
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/utils.py +2 -0
- ibm-cloud-sdk-core-3.20.1/ibm_cloud_sdk_core/version.py +1 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1/ibm_cloud_sdk_core.egg-info}/PKG-INFO +2 -2
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core.egg-info/requires.txt +1 -1
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/requirements.txt +1 -1
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/setup.py +1 -1
- ibm-cloud-sdk-core-3.20.0/ibm_cloud_sdk_core/version.py +0 -1
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/LICENSE +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/MANIFEST.in +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/__init__.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/api_exception.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/__init__.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/basic_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/bearer_token_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/container_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/cp4d_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/iam_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/iam_request_based_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/mcsp_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/no_auth_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/authenticators/vpc_instance_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/detailed_response.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/get_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/private_helpers.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/token_managers/__init__.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/token_managers/container_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/token_managers/cp4d_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/token_managers/iam_request_based_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/token_managers/iam_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/token_managers/jwt_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/token_managers/mcsp_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/token_managers/token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/token_managers/vpc_instance_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core.egg-info/SOURCES.txt +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core.egg-info/dependency_links.txt +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core.egg-info/top_level.txt +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core.egg-info/zip-safe +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/pyproject.toml +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/requirements-dev.txt +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/setup.cfg +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/__init__.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_api_exception.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_base_service.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_basic_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_bearer_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_container_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_container_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_cp4d_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_cp4d_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_detailed_response.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_iam_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_iam_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_jwt_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_mcsp_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_mcsp_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_no_auth_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_utils.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_vpc_instance_authenticator.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_vpc_instance_token_manager.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test_integration/__init__.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test_integration/test_cp4d_authenticator_integration.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test_integration/test_iam_authenticator_integration.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test_integration/test_mcsp_authenticator_integration.py +0 -0
- {ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test_integration/test_ssl_verification.py +0 -0
{ibm-cloud-sdk-core-3.20.0/ibm_cloud_sdk_core.egg-info → ibm-cloud-sdk-core-3.20.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ibm-cloud-sdk-core
|
|
3
|
-
Version: 3.20.
|
|
3
|
+
Version: 3.20.1
|
|
4
4
|
Summary: Core library used by SDKs for IBM Cloud Services
|
|
5
5
|
Home-page: https://github.com/IBM/python-sdk-core
|
|
6
6
|
Author: IBM
|
|
@@ -29,7 +29,7 @@ License-File: LICENSE
|
|
|
29
29
|
[](https://cla-assistant.io/ibm/python-sdk-core)
|
|
30
30
|
[](https://github.com/semantic-release/semantic-release)
|
|
31
31
|
|
|
32
|
-
# IBM Python SDK Core Version 3.20.
|
|
32
|
+
# IBM Python SDK Core Version 3.20.1
|
|
33
33
|
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
|
|
34
34
|
(openapi-sdkgen).
|
|
35
35
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://cla-assistant.io/ibm/python-sdk-core)
|
|
5
5
|
[](https://github.com/semantic-release/semantic-release)
|
|
6
6
|
|
|
7
|
-
# IBM Python SDK Core Version 3.20.
|
|
7
|
+
# IBM Python SDK Core Version 3.20.1
|
|
8
8
|
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
|
|
9
9
|
(openapi-sdkgen).
|
|
10
10
|
|
|
@@ -376,8 +376,10 @@ class BaseService:
|
|
|
376
376
|
url: The origin + pathname according to WHATWG spec.
|
|
377
377
|
|
|
378
378
|
Keyword Arguments:
|
|
379
|
-
headers:
|
|
380
|
-
|
|
379
|
+
headers: A dictionary containing the headers to be included in the request.
|
|
380
|
+
Entries with a value of None will be ignored (excluded).
|
|
381
|
+
params: A dictionary containing the query parameters to be included in the request.
|
|
382
|
+
Entries with a value of None will be ignored (excluded).
|
|
381
383
|
data: The request body. Converted to json if a dict.
|
|
382
384
|
files: 'files' can be a dictionary (i.e { '<part-name>': (<tuple>)}),
|
|
383
385
|
or a list of tuples [ (<part-name>, (<tuple>))... ]
|
|
@@ -31,6 +31,8 @@ from urllib3.util.ssl_ import create_urllib3_context
|
|
|
31
31
|
import dateutil.parser as date_parser
|
|
32
32
|
|
|
33
33
|
|
|
34
|
+
# pylint: disable=fixme
|
|
35
|
+
# TODO: revert the change in the `requirement.txt` once this class become deprecated!
|
|
34
36
|
class SSLHTTPAdapter(HTTPAdapter):
|
|
35
37
|
"""Wraps the original HTTP adapter and adds additional SSL context."""
|
|
36
38
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.20.1'
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1/ibm_cloud_sdk_core.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ibm-cloud-sdk-core
|
|
3
|
-
Version: 3.20.
|
|
3
|
+
Version: 3.20.1
|
|
4
4
|
Summary: Core library used by SDKs for IBM Cloud Services
|
|
5
5
|
Home-page: https://github.com/IBM/python-sdk-core
|
|
6
6
|
Author: IBM
|
|
@@ -29,7 +29,7 @@ License-File: LICENSE
|
|
|
29
29
|
[](https://cla-assistant.io/ibm/python-sdk-core)
|
|
30
30
|
[](https://github.com/semantic-release/semantic-release)
|
|
31
31
|
|
|
32
|
-
# IBM Python SDK Core Version 3.20.
|
|
32
|
+
# IBM Python SDK Core Version 3.20.1
|
|
33
33
|
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
|
|
34
34
|
(openapi-sdkgen).
|
|
35
35
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '3.20.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/detailed_response.py
RENAMED
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/get_authenticator.py
RENAMED
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core/private_helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core.egg-info/top_level.txt
RENAMED
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/ibm_cloud_sdk_core.egg-info/zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_container_authenticator.py
RENAMED
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_container_token_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_vpc_instance_authenticator.py
RENAMED
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test/test_vpc_instance_token_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ibm-cloud-sdk-core-3.20.0 → ibm-cloud-sdk-core-3.20.1}/test_integration/test_ssl_verification.py
RENAMED
|
File without changes
|