Skip to content

Commit 58758ec

Browse files
committed
pin aibs-informatics packages
1 parent 1ede619 commit 58758ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ dynamic = [
1818
"version",
1919
]
2020
dependencies = [
21-
"aibs-informatics-aws-utils",
22-
"aibs-informatics-core",
21+
"aibs-informatics-aws-utils~=0.0.4",
22+
"aibs-informatics-core~=0.0.8",
2323
"aws-lambda-powertools ~= 2.35",
2424
"pydantic >= 2.0.3, < 3",
2525
"aws-lambda-typing",
2626
]
2727

2828
[project.optional-dependencies]
2929
dev = [
30-
"aibs-informatics-test-resources[all]",
30+
"aibs-informatics-test-resources[all]~=0.0.4",
3131
"boto3-stubs[athena,batch,ecs,essential,sns,stepfunctions]",
3232
"moto[lambda,stepfunctions,sts] ~= 4.0",
3333
]

0 commit comments

Comments
 (0)