ibm-cloud-sdk-core 3.22.0__py3-none-any.whl → 3.22.1__py3-none-any.whl
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/version.py +1 -1
- {ibm_cloud_sdk_core-3.22.0.dist-info → ibm_cloud_sdk_core-3.22.1.dist-info}/METADATA +20 -20
- {ibm_cloud_sdk_core-3.22.0.dist-info → ibm_cloud_sdk_core-3.22.1.dist-info}/RECORD +6 -6
- {ibm_cloud_sdk_core-3.22.0.dist-info → ibm_cloud_sdk_core-3.22.1.dist-info}/WHEEL +1 -1
- {ibm_cloud_sdk_core-3.22.0.dist-info → ibm_cloud_sdk_core-3.22.1.dist-info}/LICENSE +0 -0
- {ibm_cloud_sdk_core-3.22.0.dist-info → ibm_cloud_sdk_core-3.22.1.dist-info}/top_level.txt +0 -0
ibm_cloud_sdk_core/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '3.22.
|
|
1
|
+
__version__ = '3.22.1'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: ibm-cloud-sdk-core
|
|
3
|
-
Version: 3.22.
|
|
3
|
+
Version: 3.22.1
|
|
4
4
|
Summary: Core library used by SDKs for IBM Cloud Services
|
|
5
5
|
Author-email: IBM <devxsdk@us.ibm.com>
|
|
6
6
|
Project-URL: Repository, https://github.com/IBM/python-sdk-core
|
|
@@ -12,11 +12,11 @@ Project-URL: License, https://github.com/IBM/python-sdk-core/blob/main/LICENSE
|
|
|
12
12
|
Keywords: ibm,cloud,ibm cloud services
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.9
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
20
20
|
Classifier: Development Status :: 5 - Production/Stable
|
|
21
21
|
Classifier: Environment :: Console
|
|
22
22
|
Classifier: Intended Audience :: Developers
|
|
@@ -25,23 +25,23 @@ Classifier: Operating System :: OS Independent
|
|
|
25
25
|
Classifier: Topic :: Software Development :: Libraries
|
|
26
26
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
27
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
28
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
License-File: LICENSE
|
|
31
|
-
Requires-Dist: requests
|
|
32
|
-
Requires-Dist: urllib3
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist: PyJWT
|
|
31
|
+
Requires-Dist: requests<3.0.0,>=2.31.0
|
|
32
|
+
Requires-Dist: urllib3<3.0.0,>=2.1.0
|
|
33
|
+
Requires-Dist: python_dateutil<3.0.0,>=2.8.2
|
|
34
|
+
Requires-Dist: PyJWT<3.0.0,>=2.8.0
|
|
35
35
|
Provides-Extra: dev
|
|
36
|
-
Requires-Dist: coverage
|
|
37
|
-
Requires-Dist: pylint
|
|
38
|
-
Requires-Dist: pytest
|
|
39
|
-
Requires-Dist: pytest-cov
|
|
40
|
-
Requires-Dist: responses
|
|
41
|
-
Requires-Dist: black
|
|
36
|
+
Requires-Dist: coverage<8.0.0,>=7.3.2; extra == "dev"
|
|
37
|
+
Requires-Dist: pylint<4.0.0,>=3.0.0; extra == "dev"
|
|
38
|
+
Requires-Dist: pytest<8.0.0,>=7.4.2; extra == "dev"
|
|
39
|
+
Requires-Dist: pytest-cov<5.0.0,>=4.1.0; extra == "dev"
|
|
40
|
+
Requires-Dist: responses<1.0.0,>=0.23.3; extra == "dev"
|
|
41
|
+
Requires-Dist: black<25.0.0,>=24.0.0; extra == "dev"
|
|
42
42
|
Provides-Extra: publish
|
|
43
|
-
Requires-Dist: build
|
|
44
|
-
Requires-Dist: twine
|
|
43
|
+
Requires-Dist: build; extra == "publish"
|
|
44
|
+
Requires-Dist: twine; extra == "publish"
|
|
45
45
|
|
|
46
46
|
[](https://app.travis-ci.com/IBM/python-sdk-core)
|
|
47
47
|
[](https://pypi.org/project/ibm-cloud-sdk-core/)
|
|
@@ -49,12 +49,12 @@ Requires-Dist: twine ; extra == 'publish'
|
|
|
49
49
|
[](https://cla-assistant.io/ibm/python-sdk-core)
|
|
50
50
|
[](https://github.com/semantic-release/semantic-release)
|
|
51
51
|
|
|
52
|
-
# IBM Python SDK Core Version 3.22.
|
|
52
|
+
# IBM Python SDK Core Version 3.22.1
|
|
53
53
|
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
|
|
54
54
|
(openapi-sdkgen).
|
|
55
55
|
|
|
56
56
|
# Python Version
|
|
57
|
-
The current minimum Python version supported is 3.
|
|
57
|
+
The current minimum Python version supported is 3.9.
|
|
58
58
|
|
|
59
59
|
## Installation
|
|
60
60
|
|
|
@@ -115,12 +115,12 @@ When running your application, you should see output like this if debug logging
|
|
|
115
115
|
```
|
|
116
116
|
2024-09-16 15:44:45,174 [ibm-cloud-sdk-core:DEBUG] Get authenticator from environment, key=global_search
|
|
117
117
|
2024-09-16 15:44:45,175 [ibm-cloud-sdk-core:DEBUG] Set service URL: https://api.global-search-tagging.cloud.ibm.com
|
|
118
|
-
2024-09-16 15:44:45,175 [ibm-cloud-sdk-core:DEBUG] Set User-Agent: ibm-python-sdk-core-3.22.
|
|
118
|
+
2024-09-16 15:44:45,175 [ibm-cloud-sdk-core:DEBUG] Set User-Agent: ibm-python-sdk-core-3.22.1 os.name=Linux os.version=6.10.9-100.fc39.x86_64 python.version=3.12.5
|
|
119
119
|
2024-09-16 15:44:45,181 [ibm-cloud-sdk-core:DEBUG] Configuring BaseService instance with service name: global_search
|
|
120
120
|
2024-09-16 15:44:45,181 [ibm-cloud-sdk-core:DEBUG] Performing synchronous token fetch
|
|
121
121
|
2024-09-16 15:44:45,182 [ibm-cloud-sdk-core:DEBUG] Invoking IAM get_token operation: https://iam.cloud.ibm.com/identity/token
|
|
122
122
|
2024-09-16 15:44:45,182 [urllib3.connectionpool:DEBUG] Starting new HTTPS connection (1): iam.cloud.ibm.com:443
|
|
123
|
-
send: b'POST /identity/token HTTP/1.1\r\nHost: iam.cloud.ibm.com\r\nUser-Agent: ibm-python-sdk-core/iam-authenticator-3.22.
|
|
123
|
+
send: b'POST /identity/token HTTP/1.1\r\nHost: iam.cloud.ibm.com\r\nUser-Agent: ibm-python-sdk-core/iam-authenticator-3.22.1 os.name=Linux os.version=6.10.9-100.fc39.x86_64 python.version=3.12.5\r\nAccept-Encoding: gzip, deflate\r\nAccept: application/json\r\nConnection: keep-alive\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 135\r\n\r\n'
|
|
124
124
|
send: b'grant_type=urn%3Aibm%3Aparams%3Aoauth%3Agrant-type%3Aapikey&apikey=[redacted]&response_type=cloud_iam'
|
|
125
125
|
reply: 'HTTP/1.1 200 OK\r\n'
|
|
126
126
|
header: Content-Type: application/json
|
|
@@ -7,7 +7,7 @@ ibm_cloud_sdk_core/http_adapter.py,sha256=nRUvt7hbSC8Vyhqe_oA5k_NKoRMM-S4VCSAZVQ
|
|
|
7
7
|
ibm_cloud_sdk_core/logger.py,sha256=sdDNAA9LlpynadFxTRsCWfqSNBrN6uKMxVsFuo2PnIo,2708
|
|
8
8
|
ibm_cloud_sdk_core/private_helpers.py,sha256=5ei9gNwuN-inNJ2WqMXcXEPfLM1NALOLi4ucLMcYohY,1181
|
|
9
9
|
ibm_cloud_sdk_core/utils.py,sha256=13sHWir3xvp5eJ2JE7FIdAXgQHOKCLlKGk_R-R5W2Ms,15828
|
|
10
|
-
ibm_cloud_sdk_core/version.py,sha256=
|
|
10
|
+
ibm_cloud_sdk_core/version.py,sha256=XLXC3C0Bo0SKvX_Em8U3GNAhuGYihEZP4NDL1Z09Yeg,23
|
|
11
11
|
ibm_cloud_sdk_core/authenticators/__init__.py,sha256=hIlEbbNC_OLwnD5C8p752CFhE_W45X4IsTc9LvOaRr4,2194
|
|
12
12
|
ibm_cloud_sdk_core/authenticators/authenticator.py,sha256=ml3JFqZPmARESdT-F1qqYfZcvyLc3-1WU5CGNwKi78U,2017
|
|
13
13
|
ibm_cloud_sdk_core/authenticators/basic_authenticator.py,sha256=-VETJqCwAj77_RNhokAp8rLqN0lkGj3TPF6xU1_lpY8,3366
|
|
@@ -30,8 +30,8 @@ ibm_cloud_sdk_core/token_managers/jwt_token_manager.py,sha256=FDBdvirmUcJu5vIb5p
|
|
|
30
30
|
ibm_cloud_sdk_core/token_managers/mcsp_token_manager.py,sha256=jaVwmqPnWF0ZG3lGOL33Q8wXj2tOQX52VYvle5sE_zM,4244
|
|
31
31
|
ibm_cloud_sdk_core/token_managers/token_manager.py,sha256=7vSaSctmy46o5OVnmvVafBAGKzoNjA7kJEzd-rrcLWM,7993
|
|
32
32
|
ibm_cloud_sdk_core/token_managers/vpc_instance_token_manager.py,sha256=0oYXV-Y2o5L3_70r53CxtJLS6Y2pIkzbi1CW1z-QR4Y,7014
|
|
33
|
-
ibm_cloud_sdk_core-3.22.
|
|
34
|
-
ibm_cloud_sdk_core-3.22.
|
|
35
|
-
ibm_cloud_sdk_core-3.22.
|
|
36
|
-
ibm_cloud_sdk_core-3.22.
|
|
37
|
-
ibm_cloud_sdk_core-3.22.
|
|
33
|
+
ibm_cloud_sdk_core-3.22.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
34
|
+
ibm_cloud_sdk_core-3.22.1.dist-info/METADATA,sha256=id4_nDMmHutj8sxAIb0iFn-hklAiVwFo904-YpqxOKs,8614
|
|
35
|
+
ibm_cloud_sdk_core-3.22.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
36
|
+
ibm_cloud_sdk_core-3.22.1.dist-info/top_level.txt,sha256=otLtvxe-8ugPRmPqeSnbaOjnAl0qjDRZ1HSkC3aeLpI,19
|
|
37
|
+
ibm_cloud_sdk_core-3.22.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|