Skip to content

Commit

Permalink
pinning mypy==1.13.x to avoid stubs bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Dec 22, 2024
1 parent a3b5d20 commit c78e3db
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,10 @@ dependencies = [

[project.optional-dependencies]
dev = [
"aibs-informatics-aws-utils[stubs]~=0.0.5",
"aibs-informatics-test-resources[all]~=0.0.4",
"moto[all] ~= 5.0",
]

stubs = [
"boto3-stubs[athena,apigateway,batch,ecr,ecs,efs,essential,fsx,logs,secretsmanager,ses,sns,ssm,sts,stepfunctions]",
"boto3-stubs",
"types-pytz",
"types-requests",
"moto[all] ~= 5.0",
"mypy~=1.13.0",
]

release = [
Expand Down

0 comments on commit c78e3db

Please sign in to comment.