Skip to content

Commit db227e2

Browse files
committed
chore: typo
1 parent 41f8d4e commit db227e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ license = "MIT-0"
2222
python = "^3.7.4"
2323
aws-xray-sdk = { version = "^2.8.0", optional = true }
2424
fastjsonschema = { version = "^2.14.5", optional = true }
25-
pydantic = {version = "^1.8.2", optional = true }
26-
email-validator = {version = "*", optional = true }
25+
pydantic = { version = "^1.8.2", optional = true }
26+
email-validator = { version = "*", optional = true }
2727

2828
[tool.poetry.dev-dependencies]
2929
# Maintenance: 2022-04-21 jmespath was removed, to be re-added once we drop python 3.6.

0 commit comments

Comments
 (0)