We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944984a commit 8ee39cfCopy full SHA for 8ee39cf
ibm_platform_services/__init__.py
@@ -13,7 +13,7 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
"""
16
- This package provides a client library for accessing the IBM Cloud Platform Services.
+This package provides a client library for accessing the IBM Cloud Platform Services.
17
18
19
from ibm_cloud_sdk_core import IAMTokenManager, DetailedResponse, BaseService, ApiException
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
]
27
keywords=["ibm", "cloud", "ibm cloud services", "ibm cloud platform services"]
28
dependencies = [
29
- "ibm_cloud_sdk_core>=3.24.1,<4.0.0",
+ "ibm_cloud_sdk_core>=3.24.2,<4.0.0",
30
31
32
[project.urls]
@@ -39,12 +39,12 @@ License = "https://github.com/IBM/platform-services-python-sdk/blob/main/LICENSE
39
40
[project.optional-dependencies]
41
dev = [
42
- "coverage>=7.3.2,<8.0.0",
43
- "pylint>=3.0.0,<4.0.0",
44
- "pytest>=7.4.2,<8.0.0",
+ "coverage>=7.9.0,<8.0.0",
+ "pylint>=3.3.7,<4.0.0",
+ "pytest>=7.4.4,<8.0.0",
45
"pytest-cov>=4.1.0,<5.0.0",
46
- "responses>=0.23.3,<1.0.0",
47
- "black>=24.0.0,<25.0.0",
+ "responses>=0.25.7,<1.0.0",
+ "black>=25.0.0,<26.0.0",
48
49
publish = [
50
"build",
test/integration/test_case_management_v1.py
@@ -14,7 +14,7 @@
'''
- This class contains an integration test for the Case Management service.
+This class contains an integration test for the Case Management service.
20
import pytest
test/integration/test_iam_policy_management_v1.py
@@ -15,7 +15,7 @@
- This class contains an integration test for the IAM Policy Management service.
+This class contains an integration test for the IAM Policy Management service.
21
test/integration/test_open_service_broker_v1.py
- This class contains an integration test for the Open Service Broker service.
+This class contains an integration test for the Open Service Broker service.
test/integration/test_resource_controller_v2.py
- This class contains an integration test for the Resource Controller service.
+This class contains an integration test for the Resource Controller service.
test/integration/test_resource_manager_v2.py
- This class contains an integration test for Resource Manager service.
+This class contains an integration test for Resource Manager service.
test/integration/test_user_management_v1.py
- This class contains an integration test for User Management service.
+This class contains an integration test for User Management service.
import os
0 commit comments