We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f8d4e commit db227e2Copy full SHA for db227e2
pyproject.toml
@@ -22,8 +22,8 @@ license = "MIT-0"
22
python = "^3.7.4"
23
aws-xray-sdk = { version = "^2.8.0", optional = true }
24
fastjsonschema = { version = "^2.14.5", optional = true }
25
-pydantic = {version = "^1.8.2", optional = true }
26
-email-validator = {version = "*", optional = true }
+pydantic = { version = "^1.8.2", optional = true }
+email-validator = { version = "*", optional = true }
27
28
[tool.poetry.dev-dependencies]
29
# Maintenance: 2022-04-21 jmespath was removed, to be re-added once we drop python 3.6.
0 commit comments