Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dea8a98

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-and-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.13'
18+
python-version: '3.14'
1919
cache: 'pip'
2020
- name: Run Unit tests
2121
run: make ci

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>=4.0.2,<4.1.0
4-
pytest>=8.4.0,<8.5.0
4+
pytest>=9.0.0,<9.1.0
55
pytest-cov>=7.0.0,<7.1.0
66
pytest-rerunfailures>=3.1
77
responses>=0.12.1,<1.0.0

0 commit comments

Comments
 (0)