Skip to content

Commit 45e04c7

Browse files
authored
Merge pull request #22 from AllenInstitute/feature/pin-aibs-informatics-deps
pin aibs-informatics packages
2 parents 93ea4d6 + 58758ec commit 45e04c7

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)