Skip to content

Commit 32d5d05

Browse files
committed
chore: remove email-validator dependency from the all group
1 parent e5a263a commit 32d5d05

File tree

2 files changed

+74
-54
lines changed

2 files changed

+74
-54
lines changed

poetry.lock

+72-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ mypy-boto3-appconfigdata = "^1.24.36"
7777
importlib-metadata = "^4.13"
7878

7979
[tool.poetry.extras]
80-
parser = ["pydantic", "email-validator"]
80+
parser = ["pydantic"]
8181
validation = ["fastjsonschema"]
8282
tracer = ["aws-xray-sdk"]
83-
all = ["pydantic", "email-validator", "aws-xray-sdk", "fastjsonschema"]
83+
all = ["pydantic", "aws-xray-sdk", "fastjsonschema"]
8484
# allow customers to run code locally without emulators (SAM CLI, etc.)
8585
aws-sdk = ["boto3"]
8686
[tool.coverage.run]

0 commit comments

Comments
 (0)