ibm-code-engine-sdk 6.0.2__tar.gz → 6.0.4__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 (20) hide show
  1. {ibm_code_engine_sdk-6.0.2/ibm_code_engine_sdk.egg-info → ibm_code_engine_sdk-6.0.4}/PKG-INFO +7 -7
  2. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/README.md +5 -5
  3. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk/code_engine_v2.py +6 -4
  4. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk/version.py +1 -1
  5. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4/ibm_code_engine_sdk.egg-info}/PKG-INFO +7 -7
  6. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/requires.txt +1 -1
  7. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/pyproject.toml +1 -1
  8. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/requirements-dev.txt +1 -1
  9. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/LICENSE +0 -0
  10. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/MANIFEST.in +0 -0
  11. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk/__init__.py +0 -0
  12. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk/common.py +0 -0
  13. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk/ibm_cloud_code_engine_v1.py +0 -0
  14. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/SOURCES.txt +0 -0
  15. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/dependency_links.txt +0 -0
  16. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/top_level.txt +0 -0
  17. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/ibm_code_engine_sdk.egg-info/zip-safe +0 -0
  18. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/requirements.txt +0 -0
  19. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/setup.cfg +0 -0
  20. {ibm_code_engine_sdk-6.0.2 → ibm_code_engine_sdk-6.0.4}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ibm-code-engine-sdk
3
- Version: 6.0.2
3
+ Version: 6.0.4
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
@@ -31,7 +31,7 @@ Requires-Dist: idna>=3.15
31
31
  Provides-Extra: dev
32
32
  Requires-Dist: coverage>=4.5.4; extra == "dev"
33
33
  Requires-Dist: pylint<4.1.0,>=4.0.2; extra == "dev"
34
- Requires-Dist: pytest<9.1.0,>=9.0.0; extra == "dev"
34
+ Requires-Dist: pytest<9.2.0,>=9.1.0; extra == "dev"
35
35
  Requires-Dist: pytest-cov<7.2.0,>=7.1.0; extra == "dev"
36
36
  Requires-Dist: pytest-rerunfailures>=3.1; extra == "dev"
37
37
  Requires-Dist: responses<1.0.0,>=0.12.1; extra == "dev"
@@ -43,7 +43,7 @@ Dynamic: license-file
43
43
  <!--
44
44
  [![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)
45
45
  -->
46
- # Python SDK for IBM Cloud Code Engine 6.0.2
46
+ # Python SDK for IBM Cloud Code Engine 6.0.4
47
47
 
48
48
  Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
49
49
 
@@ -82,8 +82,8 @@ IBM Cloud services:
82
82
 
83
83
  Service Name | Imported Class Name
84
84
  --- | ---
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
+ [IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.4) | CodeEngineV2
86
+ [IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.4) | IbmCloudCodeEngineV1
87
87
 
88
88
  ## Prerequisites
89
89
 
@@ -290,13 +290,13 @@ If you used the optional `name` property, remove it from the prototype of the **
290
290
  To install, use `pip` or `easy_install`:
291
291
 
292
292
  ```bash
293
- pip install --upgrade "ibm_code_engine_sdk>=6.0.2"
293
+ pip install --upgrade "ibm_code_engine_sdk>=6.0.4"
294
294
  ```
295
295
 
296
296
  or
297
297
 
298
298
  ```bash
299
- easy_install --upgrade "ibm_code_engine_sdk>=6.0.2"
299
+ easy_install --upgrade "ibm_code_engine_sdk>=6.0.4"
300
300
  ```
301
301
 
302
302
  ## Using the SDK
@@ -1,7 +1,7 @@
1
1
  <!--
2
2
  [![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)
3
3
  -->
4
- # Python SDK for IBM Cloud Code Engine 6.0.2
4
+ # Python SDK for IBM Cloud Code Engine 6.0.4
5
5
 
6
6
  Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
7
7
 
@@ -40,8 +40,8 @@ IBM Cloud services:
40
40
 
41
41
  Service Name | Imported Class Name
42
42
  --- | ---
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
43
+ [IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.4) | CodeEngineV2
44
+ [IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.4) | IbmCloudCodeEngineV1
45
45
 
46
46
  ## Prerequisites
47
47
 
@@ -248,13 +248,13 @@ If you used the optional `name` property, remove it from the prototype of the **
248
248
  To install, use `pip` or `easy_install`:
249
249
 
250
250
  ```bash
251
- pip install --upgrade "ibm_code_engine_sdk>=6.0.2"
251
+ pip install --upgrade "ibm_code_engine_sdk>=6.0.4"
252
252
  ```
253
253
 
254
254
  or
255
255
 
256
256
  ```bash
257
- easy_install --upgrade "ibm_code_engine_sdk>=6.0.2"
257
+ easy_install --upgrade "ibm_code_engine_sdk>=6.0.4"
258
258
  ```
259
259
 
260
260
  ## Using the SDK
@@ -56,7 +56,7 @@ class CodeEngineV2(BaseService):
56
56
 
57
57
  :param str version: (optional) The API version, in format `YYYY-MM-DD`. For
58
58
  the API behavior documented here, specify any date between `2021-03-31` and
59
- `2026-05-14`.
59
+ `2026-09-04`.
60
60
  """
61
61
  authenticator = get_authenticator_from_environment(service_name)
62
62
  service = cls(
@@ -80,7 +80,7 @@ class CodeEngineV2(BaseService):
80
80
 
81
81
  :param str version: (optional) The API version, in format `YYYY-MM-DD`. For
82
82
  the API behavior documented here, specify any date between `2021-03-31` and
83
- `2026-05-14`.
83
+ `2026-09-04`.
84
84
  """
85
85
  BaseService.__init__(self, service_url=self.DEFAULT_SERVICE_URL, authenticator=authenticator)
86
86
  self.version = version
@@ -13740,7 +13740,8 @@ class Probe:
13740
13740
  checks.
13741
13741
  :param str path: (optional) The path of the HTTP request to the resource. A path
13742
13742
  is only supported for a probe with a `type` of `http`.
13743
- :param int port: (optional) The port on which to probe the resource.
13743
+ :param int port: (optional) The port on which to probe the resource, or 0 to
13744
+ probe the default app port 8080.
13744
13745
  :param int timeout: (optional) The amount of time in seconds that the probe
13745
13746
  waits for a response from the application before it times out and fails.
13746
13747
  :param str type: Specifies whether to use HTTP or TCP for the probe checks. The
@@ -13771,7 +13772,8 @@ class Probe:
13771
13772
  checks.
13772
13773
  :param str path: (optional) The path of the HTTP request to the resource. A
13773
13774
  path is only supported for a probe with a `type` of `http`.
13774
- :param int port: (optional) The port on which to probe the resource.
13775
+ :param int port: (optional) The port on which to probe the resource, or 0
13776
+ to probe the default app port 8080.
13775
13777
  :param int timeout: (optional) The amount of time in seconds that the probe
13776
13778
  waits for a response from the application before it times out and fails.
13777
13779
  """
@@ -18,4 +18,4 @@
18
18
  Version of ibm_code_engine_sdk
19
19
  """
20
20
 
21
- __version__ = '6.0.2'
21
+ __version__ = '6.0.4'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ibm-code-engine-sdk
3
- Version: 6.0.2
3
+ Version: 6.0.4
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
@@ -31,7 +31,7 @@ Requires-Dist: idna>=3.15
31
31
  Provides-Extra: dev
32
32
  Requires-Dist: coverage>=4.5.4; extra == "dev"
33
33
  Requires-Dist: pylint<4.1.0,>=4.0.2; extra == "dev"
34
- Requires-Dist: pytest<9.1.0,>=9.0.0; extra == "dev"
34
+ Requires-Dist: pytest<9.2.0,>=9.1.0; extra == "dev"
35
35
  Requires-Dist: pytest-cov<7.2.0,>=7.1.0; extra == "dev"
36
36
  Requires-Dist: pytest-rerunfailures>=3.1; extra == "dev"
37
37
  Requires-Dist: responses<1.0.0,>=0.12.1; extra == "dev"
@@ -43,7 +43,7 @@ Dynamic: license-file
43
43
  <!--
44
44
  [![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)
45
45
  -->
46
- # Python SDK for IBM Cloud Code Engine 6.0.2
46
+ # Python SDK for IBM Cloud Code Engine 6.0.4
47
47
 
48
48
  Python client library to interact with the [IBM Cloud Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
49
49
 
@@ -82,8 +82,8 @@ IBM Cloud services:
82
82
 
83
83
  Service Name | Imported Class Name
84
84
  --- | ---
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
+ [IBM Cloud Code Engine V2](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.4) | CodeEngineV2
86
+ [IBM Cloud Code Engine V1](https://cloud.ibm.com/apidocs/codeengine/codeengine-v6.0.4) | IbmCloudCodeEngineV1
87
87
 
88
88
  ## Prerequisites
89
89
 
@@ -290,13 +290,13 @@ If you used the optional `name` property, remove it from the prototype of the **
290
290
  To install, use `pip` or `easy_install`:
291
291
 
292
292
  ```bash
293
- pip install --upgrade "ibm_code_engine_sdk>=6.0.2"
293
+ pip install --upgrade "ibm_code_engine_sdk>=6.0.4"
294
294
  ```
295
295
 
296
296
  or
297
297
 
298
298
  ```bash
299
- easy_install --upgrade "ibm_code_engine_sdk>=6.0.2"
299
+ easy_install --upgrade "ibm_code_engine_sdk>=6.0.4"
300
300
  ```
301
301
 
302
302
  ## Using the SDK
@@ -7,7 +7,7 @@ idna>=3.15
7
7
  [dev]
8
8
  coverage>=4.5.4
9
9
  pylint<4.1.0,>=4.0.2
10
- pytest<9.1.0,>=9.0.0
10
+ pytest<9.2.0,>=9.1.0
11
11
  pytest-cov<7.2.0,>=7.1.0
12
12
  pytest-rerunfailures>=3.1
13
13
  responses<1.0.0,>=0.12.1
@@ -8,7 +8,7 @@ skip-string-normalization = true
8
8
 
9
9
  [project]
10
10
  name = 'ibm-code-engine-sdk'
11
- version = '6.0.2'
11
+ version = '6.0.4'
12
12
  authors = [
13
13
  { name = 'IBM', email = 'coligo@de.ibm.com'},
14
14
  ]
@@ -1,7 +1,7 @@
1
1
  # test dependencies
2
2
  coverage>=4.5.4
3
3
  pylint>=4.0.2,<4.1.0
4
- pytest>=9.0.0,<9.1.0
4
+ pytest>=9.1.0,<9.2.0
5
5
  pytest-cov>=7.1.0,<7.2.0
6
6
  pytest-rerunfailures>=3.1
7
7
  responses>=0.12.1,<1.0.0