ibm-code-engine-sdk 5.0.0__tar.gz → 6.0.0__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.
- {ibm_code_engine_sdk-5.0.0/ibm_code_engine_sdk.egg-info → ibm_code_engine_sdk-6.0.0}/PKG-INFO +15 -8
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/README.md +12 -5
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/ibm_code_engine_sdk/code_engine_v2.py +674 -687
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/ibm_code_engine_sdk/version.py +1 -1
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0/ibm_code_engine_sdk.egg-info}/PKG-INFO +15 -8
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/ibm_code_engine_sdk.egg-info/requires.txt +2 -2
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/pyproject.toml +1 -1
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/requirements-dev.txt +1 -1
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/requirements.txt +1 -1
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/LICENSE +0 -0
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/MANIFEST.in +0 -0
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/ibm_code_engine_sdk/__init__.py +0 -0
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/ibm_code_engine_sdk/common.py +0 -0
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/ibm_code_engine_sdk/ibm_cloud_code_engine_v1.py +0 -0
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/ibm_code_engine_sdk.egg-info/SOURCES.txt +0 -0
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/ibm_code_engine_sdk.egg-info/dependency_links.txt +0 -0
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/ibm_code_engine_sdk.egg-info/top_level.txt +0 -0
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/ibm_code_engine_sdk.egg-info/zip-safe +0 -0
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/setup.cfg +0 -0
- {ibm_code_engine_sdk-5.0.0 → ibm_code_engine_sdk-6.0.0}/setup.py +0 -0
{ibm_code_engine_sdk-5.0.0/ibm_code_engine_sdk.egg-info → ibm_code_engine_sdk-6.0.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ibm-code-engine-sdk
|
|
3
|
-
Version:
|
|
3
|
+
Version: 6.0.0
|
|
4
4
|
Summary: Python SDK for IBM Cloud Code Engine
|
|
5
5
|
Home-page: https://github.com/IBM/code-engine-python-sdk
|
|
6
6
|
Author: IBM
|
|
@@ -23,7 +23,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
23
23
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
|
-
Requires-Dist: requests<3.0.0,>=2.
|
|
26
|
+
Requires-Dist: requests<3.0.0,>=2.33.0
|
|
27
27
|
Requires-Dist: urllib3<2.7.0,>=2.6.3
|
|
28
28
|
Requires-Dist: python_dateutil<3.0.0,>=2.5.3
|
|
29
29
|
Requires-Dist: ibm_cloud_sdk_core<4.0.0,>=3.16.0
|
|
@@ -31,7 +31,7 @@ Provides-Extra: dev
|
|
|
31
31
|
Requires-Dist: coverage>=4.5.4; extra == "dev"
|
|
32
32
|
Requires-Dist: pylint<4.1.0,>=4.0.2; extra == "dev"
|
|
33
33
|
Requires-Dist: pytest<9.1.0,>=9.0.0; extra == "dev"
|
|
34
|
-
Requires-Dist: pytest-cov<7.
|
|
34
|
+
Requires-Dist: pytest-cov<7.2.0,>=7.1.0; extra == "dev"
|
|
35
35
|
Requires-Dist: pytest-rerunfailures>=3.1; extra == "dev"
|
|
36
36
|
Requires-Dist: responses<1.0.0,>=0.12.1; extra == "dev"
|
|
37
37
|
Requires-Dist: black>=26.1.0; extra == "dev"
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
<!--
|
|
43
43
|
[](https://github.com/semantic-release/semantic-release)
|
|
44
44
|
-->
|
|
45
|
-
# Python SDK for IBM Cloud Code Engine
|
|
45
|
+
# Python SDK for IBM Cloud Code Engine 6.0.0
|
|
46
46
|
|
|
47
47
|
Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
|
|
48
48
|
|
|
@@ -62,6 +62,7 @@ Python client library to interact with the [IBM Cloud Code Engine API](https://c
|
|
|
62
62
|
|
|
63
63
|
- [Overview](#overview)
|
|
64
64
|
- [Prerequisites](#prerequisites)
|
|
65
|
+
- [Breaking Changes (April 2026)](#breaking-changes-april-2026)
|
|
65
66
|
- [Breaking Changes (March 2026)](#breaking-changes-march-2026)
|
|
66
67
|
- [Installation](#installation)
|
|
67
68
|
- [Using the SDK](#using-the-sdk)
|
|
@@ -80,8 +81,8 @@ IBM Cloud services:
|
|
|
80
81
|
|
|
81
82
|
Service Name | Imported Class Name
|
|
82
83
|
--- | ---
|
|
83
|
-
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-
|
|
84
|
-
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-
|
|
84
|
+
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.0) | CodeEngineV2
|
|
85
|
+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.0) | IbmCloudCodeEngineV1
|
|
85
86
|
|
|
86
87
|
## Prerequisites
|
|
87
88
|
|
|
@@ -91,6 +92,12 @@ Service Name | Imported Class Name
|
|
|
91
92
|
* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
|
|
92
93
|
* Python 3.9 or above.
|
|
93
94
|
|
|
95
|
+
## Breaking Changes (April 2026)
|
|
96
|
+
|
|
97
|
+
As part of the introduction of `persistent_data_stores` as a Volume Mount type for **apps** and **jobs**, the optional `name` property of entries in `run_volume_mounts` is no longer supported.
|
|
98
|
+
|
|
99
|
+
If you used the optional `name` property, remove it from the prototype of the **app** or **job**.
|
|
100
|
+
|
|
94
101
|
## Breaking Changes (March 2026)
|
|
95
102
|
|
|
96
103
|
- **Service method renames (pluralization)**
|
|
@@ -282,13 +289,13 @@ Service Name | Imported Class Name
|
|
|
282
289
|
To install, use `pip` or `easy_install`:
|
|
283
290
|
|
|
284
291
|
```bash
|
|
285
|
-
pip install --upgrade "ibm_code_engine_sdk>=
|
|
292
|
+
pip install --upgrade "ibm_code_engine_sdk>=6.0.0"
|
|
286
293
|
```
|
|
287
294
|
|
|
288
295
|
or
|
|
289
296
|
|
|
290
297
|
```bash
|
|
291
|
-
easy_install --upgrade "ibm_code_engine_sdk>=
|
|
298
|
+
easy_install --upgrade "ibm_code_engine_sdk>=6.0.0"
|
|
292
299
|
```
|
|
293
300
|
|
|
294
301
|
## Using the SDK
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
[](https://github.com/semantic-release/semantic-release)
|
|
3
3
|
-->
|
|
4
|
-
# Python SDK for IBM Cloud Code Engine
|
|
4
|
+
# Python SDK for IBM Cloud Code Engine 6.0.0
|
|
5
5
|
|
|
6
6
|
Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
|
|
7
7
|
|
|
@@ -21,6 +21,7 @@ Python client library to interact with the [IBM Cloud Code Engine API](https://c
|
|
|
21
21
|
|
|
22
22
|
- [Overview](#overview)
|
|
23
23
|
- [Prerequisites](#prerequisites)
|
|
24
|
+
- [Breaking Changes (April 2026)](#breaking-changes-april-2026)
|
|
24
25
|
- [Breaking Changes (March 2026)](#breaking-changes-march-2026)
|
|
25
26
|
- [Installation](#installation)
|
|
26
27
|
- [Using the SDK](#using-the-sdk)
|
|
@@ -39,8 +40,8 @@ IBM Cloud services:
|
|
|
39
40
|
|
|
40
41
|
Service Name | Imported Class Name
|
|
41
42
|
--- | ---
|
|
42
|
-
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-
|
|
43
|
-
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-
|
|
43
|
+
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.0) | CodeEngineV2
|
|
44
|
+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.0) | IbmCloudCodeEngineV1
|
|
44
45
|
|
|
45
46
|
## Prerequisites
|
|
46
47
|
|
|
@@ -50,6 +51,12 @@ Service Name | Imported Class Name
|
|
|
50
51
|
* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
|
|
51
52
|
* Python 3.9 or above.
|
|
52
53
|
|
|
54
|
+
## Breaking Changes (April 2026)
|
|
55
|
+
|
|
56
|
+
As part of the introduction of `persistent_data_stores` as a Volume Mount type for **apps** and **jobs**, the optional `name` property of entries in `run_volume_mounts` is no longer supported.
|
|
57
|
+
|
|
58
|
+
If you used the optional `name` property, remove it from the prototype of the **app** or **job**.
|
|
59
|
+
|
|
53
60
|
## Breaking Changes (March 2026)
|
|
54
61
|
|
|
55
62
|
- **Service method renames (pluralization)**
|
|
@@ -241,13 +248,13 @@ Service Name | Imported Class Name
|
|
|
241
248
|
To install, use `pip` or `easy_install`:
|
|
242
249
|
|
|
243
250
|
```bash
|
|
244
|
-
pip install --upgrade "ibm_code_engine_sdk>=
|
|
251
|
+
pip install --upgrade "ibm_code_engine_sdk>=6.0.0"
|
|
245
252
|
```
|
|
246
253
|
|
|
247
254
|
or
|
|
248
255
|
|
|
249
256
|
```bash
|
|
250
|
-
easy_install --upgrade "ibm_code_engine_sdk>=
|
|
257
|
+
easy_install --upgrade "ibm_code_engine_sdk>=6.0.0"
|
|
251
258
|
```
|
|
252
259
|
|
|
253
260
|
## Using the SDK
|