Skip to content

Commit 9a19451

Browse files
authored
upgrade core (#20)
1 parent 127dd22 commit 9a19451

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/static-checking.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [3.9]
21+
python-version: [3.12]
2222

2323
steps:
2424
- uses: actions/checkout@v3
@@ -35,4 +35,4 @@ jobs:
3535
- name: validate
3636
run: ./validate.sh
3737
- name: tests
38-
run: ./test.sh
38+
run: ./test.sh

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataall-sdk"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "AWS data.all SDK"
55
authors = [{ name = "Amazon Web Services" }]
66
license = { text = "Apache License 2.0" }
@@ -17,10 +17,10 @@ dependencies = [
1717
"boto3>=1.28.22,<2.0.0",
1818
"botocore>=1.31.22,<2.0.0",
1919
"typing-extensions>=4.4.0,<5.0.0",
20-
"packaging>=21.1,<24.0",
20+
"packaging>=24.2",
2121
"build>=0.10.0,<1.0.0",
2222
"setuptools; python_version >= '3.12'",
23-
"dataall-core>=0.4.2",
23+
"dataall-core>=0.4.3",
2424
]
2525

2626
[tool.poetry]

0 commit comments

Comments
 (0)