Skip to content

Commit 20cc46a

Browse files
feat(api): Updated python-sdk to adopt Code Engine API specification changes
1 parent fa1ca34 commit 20cc46a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.metadata

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
service: codeengine
2+
production_code: yes
3+
production_code_end: "2099-02-18"
4+
production_branches:
5+
- main
6+
public_override:
7+
other: No production relevant, not installed in production clusters. This repo contains sample/demo artefacts and libraries shared with external parties.
8+
security_sensitive: no
9+
ip_sensitive: no

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# test dependencies
22
coverage>=4.5.4
33
pylint>=3.3.3,<3.4.0
4-
pytest>=8.3.2,<8.4.0
4+
pytest>=8.4.0,<8.5.0
55
pytest-cov>=5.0.0,<5.1.0
66
pytest-rerunfailures>=3.1
77
responses>=0.12.1,<1.0.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests>=2.32.0,<3.0.0
2-
urllib3>=2.4.0,<2.5.0
1+
requests>=2.32.4,<3.0.0
2+
urllib3>=2.5.0,<2.6.0
33
python_dateutil>=2.5.3,<3.0.0
44
ibm_cloud_sdk_core>=3.16.0,<4.0.0

0 commit comments

Comments
 (0)