Skip to content

Commit ad4092e

Browse files
authored
fix: downgrade poetry to 1.1.4 (#385)
Signed-off-by: heitorlessa <[email protected]>
1 parent ae9a134 commit ad4092e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ target:
55
@$(MAKE) pr
66

77
dev:
8-
pip install --upgrade pip poetry pre-commit
8+
pip install --upgrade pip pre-commit poetry==1.1.4
99
poetry install --extras "pydantic"
1010
pre-commit install
1111

Diff for: pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ boto3 = "^1.12"
2626
jmespath = "^0.10.0"
2727
pydantic = {version = "^1.8.1", optional = true }
2828
email-validator = {version = "*", optional = true }
29-
# typing_extensions = {version = "^3.7.4.2", optional = true, python= "<3.8" }
3029

3130
[tool.poetry.dev-dependencies]
3231
coverage = {extras = ["toml"], version = "^5.5"}
@@ -57,7 +56,6 @@ mike = "^0.6.0"
5756

5857
[tool.poetry.extras]
5958
pydantic = ["pydantic", "email-validator"]
60-
# pydantic = ["pydantic", "typing_extensions", "email-validator"]
6159

6260
[tool.coverage.run]
6361
source = ["aws_lambda_powertools"]

0 commit comments

Comments
 (0)