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.
@@ -1 +1 @@
1
- __version__ = '3.24.2'
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.2
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.9
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
  [![CLA assistant](https://cla-assistant.io/readme/badge/ibm/python-sdk-core)](https://cla-assistant.io/ibm/python-sdk-core)
51
51
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
52
52
 
53
- # IBM Python SDK Core Version 3.24.2
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.9.
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.2 os.name=Linux os.version=6.10.9-100.fc39.x86_64 python.version=3.12.5
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.2 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
+ 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=fpm_3MPk_WSuDE4IcuD8Wvs_G1evwCzO7rzrJTjXPBY,23
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.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
36
- ibm_cloud_sdk_core-3.24.2.dist-info/METADATA,sha256=1WdCw9I0s-5VrrzVPC3HyOFlzGf9BKldM9yNpdldg6k,8675
37
- ibm_cloud_sdk_core-3.24.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
38
- ibm_cloud_sdk_core-3.24.2.dist-info/top_level.txt,sha256=otLtvxe-8ugPRmPqeSnbaOjnAl0qjDRZ1HSkC3aeLpI,19
39
- ibm_cloud_sdk_core-3.24.2.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5