Skip to content

Commit c78e3db

Browse files
committed
pinning mypy==1.13.x to avoid stubs bugs
1 parent a3b5d20 commit c78e3db

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pyproject.toml

+2-8
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,10 @@ dependencies = [
2525

2626
[project.optional-dependencies]
2727
dev = [
28-
"aibs-informatics-aws-utils[stubs]~=0.0.5",
2928
"aibs-informatics-test-resources[all]~=0.0.4",
30-
"moto[all] ~= 5.0",
31-
]
32-
33-
stubs = [
3429
"boto3-stubs[athena,apigateway,batch,ecr,ecs,efs,essential,fsx,logs,secretsmanager,ses,sns,ssm,sts,stepfunctions]",
35-
"boto3-stubs",
36-
"types-pytz",
37-
"types-requests",
30+
"moto[all] ~= 5.0",
31+
"mypy~=1.13.0",
3832
]
3933

4034
release = [

0 commit comments

Comments
 (0)