ibm-cloud-sdk-core 3.22.0__tar.gz → 3.22.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.
Files changed (68) hide show
  1. {ibm_cloud_sdk_core-3.22.0/ibm_cloud_sdk_core.egg-info → ibm_cloud_sdk_core-3.22.1}/PKG-INFO +8 -8
  2. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/README.md +4 -4
  3. ibm_cloud_sdk_core-3.22.1/ibm_cloud_sdk_core/version.py +1 -0
  4. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1/ibm_cloud_sdk_core.egg-info}/PKG-INFO +8 -8
  5. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/pyproject.toml +3 -3
  6. ibm_cloud_sdk_core-3.22.0/ibm_cloud_sdk_core/version.py +0 -1
  7. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/LICENSE +0 -0
  8. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/MANIFEST.in +0 -0
  9. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/__init__.py +0 -0
  10. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/api_exception.py +0 -0
  11. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/__init__.py +0 -0
  12. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/authenticator.py +0 -0
  13. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/basic_authenticator.py +0 -0
  14. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/bearer_token_authenticator.py +0 -0
  15. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/container_authenticator.py +0 -0
  16. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/cp4d_authenticator.py +0 -0
  17. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/iam_assume_authenticator.py +0 -0
  18. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/iam_authenticator.py +0 -0
  19. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/iam_request_based_authenticator.py +0 -0
  20. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/mcsp_authenticator.py +0 -0
  21. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/no_auth_authenticator.py +0 -0
  22. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/authenticators/vpc_instance_authenticator.py +0 -0
  23. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/base_service.py +0 -0
  24. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/detailed_response.py +0 -0
  25. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/get_authenticator.py +0 -0
  26. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/http_adapter.py +0 -0
  27. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/logger.py +0 -0
  28. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/private_helpers.py +0 -0
  29. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/token_managers/__init__.py +0 -0
  30. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/token_managers/container_token_manager.py +0 -0
  31. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/token_managers/cp4d_token_manager.py +0 -0
  32. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/token_managers/iam_assume_token_manager.py +0 -0
  33. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/token_managers/iam_request_based_token_manager.py +0 -0
  34. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/token_managers/iam_token_manager.py +0 -0
  35. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/token_managers/jwt_token_manager.py +0 -0
  36. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/token_managers/mcsp_token_manager.py +0 -0
  37. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/token_managers/token_manager.py +0 -0
  38. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/token_managers/vpc_instance_token_manager.py +0 -0
  39. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core/utils.py +0 -0
  40. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core.egg-info/SOURCES.txt +0 -0
  41. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core.egg-info/dependency_links.txt +0 -0
  42. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core.egg-info/requires.txt +0 -0
  43. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/ibm_cloud_sdk_core.egg-info/top_level.txt +0 -0
  44. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/setup.cfg +0 -0
  45. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_api_exception.py +0 -0
  46. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_authenticator.py +0 -0
  47. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_base_service.py +0 -0
  48. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_basic_authenticator.py +0 -0
  49. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_bearer_authenticator.py +0 -0
  50. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_container_authenticator.py +0 -0
  51. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_container_token_manager.py +0 -0
  52. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_cp4d_authenticator.py +0 -0
  53. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_cp4d_token_manager.py +0 -0
  54. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_detailed_response.py +0 -0
  55. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_http_adapter.py +0 -0
  56. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_iam_assume_authenticator.py +0 -0
  57. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_iam_assume_token_manager.py +0 -0
  58. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_iam_authenticator.py +0 -0
  59. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_iam_token_manager.py +0 -0
  60. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_jwt_token_manager.py +0 -0
  61. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_logger.py +0 -0
  62. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_mcsp_authenticator.py +0 -0
  63. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_mcsp_token_manager.py +0 -0
  64. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_no_auth_authenticator.py +0 -0
  65. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_token_manager.py +0 -0
  66. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_utils.py +0 -0
  67. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_vpc_instance_authenticator.py +0 -0
  68. {ibm_cloud_sdk_core-3.22.0 → ibm_cloud_sdk_core-3.22.1}/test/test_vpc_instance_token_manager.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: ibm-cloud-sdk-core
3
- Version: 3.22.0
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,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.8
28
+ Requires-Python: >=3.9
29
29
  Description-Content-Type: text/markdown
30
30
  License-File: LICENSE
31
31
  Requires-Dist: requests<3.0.0,>=2.31.0
@@ -49,12 +49,12 @@ Requires-Dist: twine; extra == "publish"
49
49
  [![CLA assistant](https://cla-assistant.io/readme/badge/ibm/python-sdk-core)](https://cla-assistant.io/ibm/python-sdk-core)
50
50
  [![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)
51
51
 
52
- # IBM Python SDK Core Version 3.22.0
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.8.
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.0 os.name=Linux os.version=6.10.9-100.fc39.x86_64 python.version=3.12.5
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.0 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'
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
@@ -4,12 +4,12 @@
4
4
  [![CLA assistant](https://cla-assistant.io/readme/badge/ibm/python-sdk-core)](https://cla-assistant.io/ibm/python-sdk-core)
5
5
  [![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)
6
6
 
7
- # IBM Python SDK Core Version 3.22.0
7
+ # IBM Python SDK Core Version 3.22.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
 
11
11
  # Python Version
12
- The current minimum Python version supported is 3.8.
12
+ The current minimum Python version supported is 3.9.
13
13
 
14
14
  ## Installation
15
15
 
@@ -70,12 +70,12 @@ When running your application, you should see output like this if debug logging
70
70
  ```
71
71
  2024-09-16 15:44:45,174 [ibm-cloud-sdk-core:DEBUG] Get authenticator from environment, key=global_search
72
72
  2024-09-16 15:44:45,175 [ibm-cloud-sdk-core:DEBUG] Set service URL: https://api.global-search-tagging.cloud.ibm.com
73
- 2024-09-16 15:44:45,175 [ibm-cloud-sdk-core:DEBUG] Set User-Agent: ibm-python-sdk-core-3.22.0 os.name=Linux os.version=6.10.9-100.fc39.x86_64 python.version=3.12.5
73
+ 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
74
74
  2024-09-16 15:44:45,181 [ibm-cloud-sdk-core:DEBUG] Configuring BaseService instance with service name: global_search
75
75
  2024-09-16 15:44:45,181 [ibm-cloud-sdk-core:DEBUG] Performing synchronous token fetch
76
76
  2024-09-16 15:44:45,182 [ibm-cloud-sdk-core:DEBUG] Invoking IAM get_token operation: https://iam.cloud.ibm.com/identity/token
77
77
  2024-09-16 15:44:45,182 [urllib3.connectionpool:DEBUG] Starting new HTTPS connection (1): iam.cloud.ibm.com:443
78
- 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.0 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'
78
+ 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'
79
79
  send: b'grant_type=urn%3Aibm%3Aparams%3Aoauth%3Agrant-type%3Aapikey&apikey=[redacted]&response_type=cloud_iam'
80
80
  reply: 'HTTP/1.1 200 OK\r\n'
81
81
  header: Content-Type: application/json
@@ -0,0 +1 @@
1
+ __version__ = '3.22.1'
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: ibm-cloud-sdk-core
3
- Version: 3.22.0
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,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.8
28
+ Requires-Python: >=3.9
29
29
  Description-Content-Type: text/markdown
30
30
  License-File: LICENSE
31
31
  Requires-Dist: requests<3.0.0,>=2.31.0
@@ -49,12 +49,12 @@ Requires-Dist: twine; extra == "publish"
49
49
  [![CLA assistant](https://cla-assistant.io/readme/badge/ibm/python-sdk-core)](https://cla-assistant.io/ibm/python-sdk-core)
50
50
  [![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)
51
51
 
52
- # IBM Python SDK Core Version 3.22.0
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.8.
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.0 os.name=Linux os.version=6.10.9-100.fc39.x86_64 python.version=3.12.5
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.0 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'
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
@@ -1,20 +1,20 @@
1
1
  [project]
2
2
  name = "ibm-cloud-sdk-core"
3
- version = "3.22.0"
3
+ version = "3.22.1"
4
4
  authors = [
5
5
  { name="IBM", email="devxsdk@us.ibm.com" }
6
6
  ]
7
7
  description = "Core library used by SDKs for IBM Cloud Services"
8
8
  readme = "README.md"
9
- requires-python = ">=3.8"
9
+ requires-python = ">=3.9"
10
10
  classifiers = [
11
11
  "Programming Language :: Python",
12
12
  "Programming Language :: Python :: 3",
13
- "Programming Language :: Python :: 3.8",
14
13
  "Programming Language :: Python :: 3.9",
15
14
  "Programming Language :: Python :: 3.10",
16
15
  "Programming Language :: Python :: 3.11",
17
16
  "Programming Language :: Python :: 3.12",
17
+ "Programming Language :: Python :: 3.13",
18
18
  "Development Status :: 5 - Production/Stable",
19
19
  "Environment :: Console",
20
20
  "Intended Audience :: Developers",
@@ -1 +0,0 @@
1
- __version__ = '3.22.0'