File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 55@$(MAKE )  pr
66
77dev :
8- pip install --upgrade pip poetry  pre-commit
8+ pip install --upgrade pip pre-commit poetry==1.1.4 
99poetry install --extras " pydantic" 
1010pre-commit install
1111
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ boto3 = "^1.12"
2626jmespath  = " ^0.10.0" 
2727pydantic  = {version  = " ^1.8.1"  , optional  = true  }
2828email-validator  = {version  = " *"  , optional  = true  }
29- #  typing_extensions = {version = "^3.7.4.2", optional = true, python= "<3.8" }
3029
3130[tool .poetry .dev-dependencies ]
3231coverage  = {extras  = [" toml"  ], version  = " ^5.5"  }
@@ -57,7 +56,6 @@ mike = "^0.6.0"
5756
5857[tool .poetry .extras ]
5958pydantic  = [" pydantic"  , " email-validator"  ]
60- #  pydantic = ["pydantic", "typing_extensions", "email-validator"]
6159
6260[tool .coverage .run ]
6361source  = [" aws_lambda_powertools"  ]
                                 You can’t perform that action at this time. 
               
                  
0 commit comments