ibm-code-engine-sdk 5.0.1__tar.gz → 6.0.2__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.1/ibm_code_engine_sdk.egg-info → ibm_code_engine_sdk-6.0.2}/PKG-INFO +15 -7
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/README.md +12 -5
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/code_engine_v2.py +728 -686
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/version.py +1 -1
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2/ibm_code_engine_sdk.egg-info}/PKG-INFO +15 -7
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/requires.txt +2 -1
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/pyproject.toml +1 -1
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/requirements.txt +2 -1
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/LICENSE +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/MANIFEST.in +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/__init__.py +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/common.py +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk/ibm_cloud_code_engine_v1.py +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/SOURCES.txt +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/dependency_links.txt +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/top_level.txt +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/ibm_code_engine_sdk.egg-info/zip-safe +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/requirements-dev.txt +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/setup.cfg +0 -0
- {ibm_code_engine_sdk-5.0.1 → ibm_code_engine_sdk-6.0.2}/setup.py +0 -0
{ibm_code_engine_sdk-5.0.1/ibm_code_engine_sdk.egg-info → ibm_code_engine_sdk-6.0.2}/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.2
|
|
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
|
|
@@ -24,9 +24,10 @@ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
Requires-Dist: requests<3.0.0,>=2.33.0
|
|
27
|
-
Requires-Dist: urllib3<2.
|
|
27
|
+
Requires-Dist: urllib3<2.8.0,>=2.7.0
|
|
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
|
|
30
|
+
Requires-Dist: idna>=3.15
|
|
30
31
|
Provides-Extra: dev
|
|
31
32
|
Requires-Dist: coverage>=4.5.4; extra == "dev"
|
|
32
33
|
Requires-Dist: pylint<4.1.0,>=4.0.2; extra == "dev"
|
|
@@ -42,7 +43,7 @@ Dynamic: license-file
|
|
|
42
43
|
<!--
|
|
43
44
|
[](https://github.com/semantic-release/semantic-release)
|
|
44
45
|
-->
|
|
45
|
-
# Python SDK for IBM Cloud Code Engine
|
|
46
|
+
# Python SDK for IBM Cloud Code Engine 6.0.2
|
|
46
47
|
|
|
47
48
|
Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
|
|
48
49
|
|
|
@@ -62,6 +63,7 @@ Python client library to interact with the [IBM Cloud Code Engine API](https://c
|
|
|
62
63
|
|
|
63
64
|
- [Overview](#overview)
|
|
64
65
|
- [Prerequisites](#prerequisites)
|
|
66
|
+
- [Breaking Changes (April 2026)](#breaking-changes-april-2026)
|
|
65
67
|
- [Breaking Changes (March 2026)](#breaking-changes-march-2026)
|
|
66
68
|
- [Installation](#installation)
|
|
67
69
|
- [Using the SDK](#using-the-sdk)
|
|
@@ -80,8 +82,8 @@ IBM Cloud services:
|
|
|
80
82
|
|
|
81
83
|
Service Name | Imported Class Name
|
|
82
84
|
--- | ---
|
|
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-
|
|
85
|
+
[IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.2) | CodeEngineV2
|
|
86
|
+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.2) | IbmCloudCodeEngineV1
|
|
85
87
|
|
|
86
88
|
## Prerequisites
|
|
87
89
|
|
|
@@ -91,6 +93,12 @@ Service Name | Imported Class Name
|
|
|
91
93
|
* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
|
|
92
94
|
* Python 3.9 or above.
|
|
93
95
|
|
|
96
|
+
## Breaking Changes (April 2026)
|
|
97
|
+
|
|
98
|
+
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.
|
|
99
|
+
|
|
100
|
+
If you used the optional `name` property, remove it from the prototype of the **app** or **job**.
|
|
101
|
+
|
|
94
102
|
## Breaking Changes (March 2026)
|
|
95
103
|
|
|
96
104
|
- **Service method renames (pluralization)**
|
|
@@ -282,13 +290,13 @@ Service Name | Imported Class Name
|
|
|
282
290
|
To install, use `pip` or `easy_install`:
|
|
283
291
|
|
|
284
292
|
```bash
|
|
285
|
-
pip install --upgrade "ibm_code_engine_sdk>=
|
|
293
|
+
pip install --upgrade "ibm_code_engine_sdk>=6.0.2"
|
|
286
294
|
```
|
|
287
295
|
|
|
288
296
|
or
|
|
289
297
|
|
|
290
298
|
```bash
|
|
291
|
-
easy_install --upgrade "ibm_code_engine_sdk>=
|
|
299
|
+
easy_install --upgrade "ibm_code_engine_sdk>=6.0.2"
|
|
292
300
|
```
|
|
293
301
|
|
|
294
302
|
## 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.2
|
|
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.2) | CodeEngineV2
|
|
44
|
+
[IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.2) | 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.2"
|
|
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.2"
|
|
251
258
|
```
|
|
252
259
|
|
|
253
260
|
## Using the SDK
|