ibm-cloud-sdk-core 3.24.2__py3-none-any.whl → 3.24.3__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.24.2.dist-info → ibm_cloud_sdk_core-3.24.3.dist-info}/METADATA +7 -7
- {ibm_cloud_sdk_core-3.24.2.dist-info → ibm_cloud_sdk_core-3.24.3.dist-info}/RECORD +6 -6
- {ibm_cloud_sdk_core-3.24.2.dist-info → ibm_cloud_sdk_core-3.24.3.dist-info}/WHEEL +1 -1
- {ibm_cloud_sdk_core-3.24.2.dist-info → ibm_cloud_sdk_core-3.24.3.dist-info}/licenses/LICENSE +0 -0
- {ibm_cloud_sdk_core-3.24.2.dist-info → ibm_cloud_sdk_core-3.24.3.dist-info}/top_level.txt +0 -0
ibm_cloud_sdk_core/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '3.24.
|
|
1
|
+
__version__ = '3.24.3'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ibm-cloud-sdk-core
|
|
3
|
-
Version: 3.24.
|
|
3
|
+
Version: 3.24.3
|
|
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.9
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
20
20
|
Classifier: Development Status :: 5 - Production/Stable
|
|
21
21
|
Classifier: Environment :: Console
|
|
22
22
|
Classifier: Intended Audience :: Developers
|
|
@@ -25,7 +25,7 @@ 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.10
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
License-File: LICENSE
|
|
31
31
|
Requires-Dist: requests<3.0.0,>=2.32.4
|
|
@@ -50,12 +50,12 @@ Dynamic: license-file
|
|
|
50
50
|
[](https://cla-assistant.io/ibm/python-sdk-core)
|
|
51
51
|
[](https://github.com/semantic-release/semantic-release)
|
|
52
52
|
|
|
53
|
-
# IBM Python SDK Core Version 3.24.
|
|
53
|
+
# IBM Python SDK Core Version 3.24.3
|
|
54
54
|
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
|
|
55
55
|
(openapi-sdkgen).
|
|
56
56
|
|
|
57
57
|
# Python Version
|
|
58
|
-
The current minimum Python version supported is 3.
|
|
58
|
+
The current minimum Python version supported is 3.10.
|
|
59
59
|
|
|
60
60
|
## Installation
|
|
61
61
|
|
|
@@ -116,12 +116,12 @@ When running your application, you should see output like this if debug logging
|
|
|
116
116
|
```
|
|
117
117
|
2024-09-16 15:44:45,174 [ibm-cloud-sdk-core:DEBUG] Get authenticator from environment, key=global_search
|
|
118
118
|
2024-09-16 15:44:45,175 [ibm-cloud-sdk-core:DEBUG] Set service URL: https://api.global-search-tagging.cloud.ibm.com
|
|
119
|
-
2024-09-16 15:44:45,175 [ibm-cloud-sdk-core:DEBUG] Set User-Agent: ibm-python-sdk-core-3.24.
|
|
119
|
+
2024-09-16 15:44:45,175 [ibm-cloud-sdk-core:DEBUG] Set User-Agent: ibm-python-sdk-core-3.24.3 os.name=Linux os.version=6.10.9-100.fc39.x86_64 python.version=3.12.5
|
|
120
120
|
2024-09-16 15:44:45,181 [ibm-cloud-sdk-core:DEBUG] Configuring BaseService instance with service name: global_search
|
|
121
121
|
2024-09-16 15:44:45,181 [ibm-cloud-sdk-core:DEBUG] Performing synchronous token fetch
|
|
122
122
|
2024-09-16 15:44:45,182 [ibm-cloud-sdk-core:DEBUG] Invoking IAM get_token operation: https://iam.cloud.ibm.com/identity/token
|
|
123
123
|
2024-09-16 15:44:45,182 [urllib3.connectionpool:DEBUG] Starting new HTTPS connection (1): iam.cloud.ibm.com:443
|
|
124
|
-
send: b'POST /identity/token HTTP/1.1\r\nHost: iam.cloud.ibm.com\r\nUser-Agent: ibm-python-sdk-core/iam-authenticator-3.24.
|
|
124
|
+
send: b'POST /identity/token HTTP/1.1\r\nHost: iam.cloud.ibm.com\r\nUser-Agent: ibm-python-sdk-core/iam-authenticator-3.24.3 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'
|
|
125
125
|
send: b'grant_type=urn%3Aibm%3Aparams%3Aoauth%3Agrant-type%3Aapikey&apikey=[redacted]&response_type=cloud_iam'
|
|
126
126
|
reply: 'HTTP/1.1 200 OK\r\n'
|
|
127
127
|
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=-vi21lStgoAxJWK4G4jkV5bmqypwxzY8GUIE_U5eSyI,16153
|
|
10
|
-
ibm_cloud_sdk_core/version.py,sha256=
|
|
10
|
+
ibm_cloud_sdk_core/version.py,sha256=hYc3i0wFeFynrfmWCSIg9YQGzjWUY085x-8fUW1aauw,23
|
|
11
11
|
ibm_cloud_sdk_core/authenticators/__init__.py,sha256=kfO8cLILf8zmNM_Uth652jZHEUUkTqEcwvTzDK7WCOw,2622
|
|
12
12
|
ibm_cloud_sdk_core/authenticators/authenticator.py,sha256=q-4pswHnL37_TAVYd_3G6zPezKSeuncKLarL1fWITxc,2048
|
|
13
13
|
ibm_cloud_sdk_core/authenticators/basic_authenticator.py,sha256=-VETJqCwAj77_RNhokAp8rLqN0lkGj3TPF6xU1_lpY8,3366
|
|
@@ -32,8 +32,8 @@ ibm_cloud_sdk_core/token_managers/mcsp_token_manager.py,sha256=jaVwmqPnWF0ZG3lGO
|
|
|
32
32
|
ibm_cloud_sdk_core/token_managers/mcspv2_token_manager.py,sha256=JPzAwDpP7B5xWoe_M2QeykzqYT69_R8bR-F9DLzf-kw,8005
|
|
33
33
|
ibm_cloud_sdk_core/token_managers/token_manager.py,sha256=7vSaSctmy46o5OVnmvVafBAGKzoNjA7kJEzd-rrcLWM,7993
|
|
34
34
|
ibm_cloud_sdk_core/token_managers/vpc_instance_token_manager.py,sha256=0oYXV-Y2o5L3_70r53CxtJLS6Y2pIkzbi1CW1z-QR4Y,7014
|
|
35
|
-
ibm_cloud_sdk_core-3.24.
|
|
36
|
-
ibm_cloud_sdk_core-3.24.
|
|
37
|
-
ibm_cloud_sdk_core-3.24.
|
|
38
|
-
ibm_cloud_sdk_core-3.24.
|
|
39
|
-
ibm_cloud_sdk_core-3.24.
|
|
35
|
+
ibm_cloud_sdk_core-3.24.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
36
|
+
ibm_cloud_sdk_core-3.24.3.dist-info/METADATA,sha256=03-x1EQphMcWTnInCUMzOoWWSiy4qLE9kLFukrqpiJw,8678
|
|
37
|
+
ibm_cloud_sdk_core-3.24.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
38
|
+
ibm_cloud_sdk_core-3.24.3.dist-info/top_level.txt,sha256=otLtvxe-8ugPRmPqeSnbaOjnAl0qjDRZ1HSkC3aeLpI,19
|
|
39
|
+
ibm_cloud_sdk_core-3.24.3.dist-info/RECORD,,
|
{ibm_cloud_sdk_core-3.24.2.dist-info → ibm_cloud_sdk_core-3.24.3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|