Skip to content

Commit 89a8f72

Browse files
committed
upgrade core
1 parent ee09159 commit 89a8f72

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.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-cli"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "AWS data.all CLI"
55
authors = [{ name = "Amazon Web Services" }]
66
license = { text = "Apache License 2.0" }
@@ -17,12 +17,12 @@ dependencies = [
1717
"boto3>=1.28.22",
1818
"botocore>=1.31.22",
1919
"typing-extensions>=4.4.0",
20-
"packaging>=21.1,<24.0",
20+
"packaging>=24.2",
2121
"click>=8.1.6",
2222
"atomicfile>=1.0.1",
2323
"PyYAML>=6.0.1",
2424
"setuptools; python_version >= '3.12'",
25-
"dataall-core>=0.4.2",
25+
"dataall-core>=0.4.3",
2626
]
2727

2828
[project.scripts]

0 commit comments

Comments
 (0)