Skip to content

Commit 5cccaba

Browse files
committed
fix(deps): correct py36 marker for jmespath
1 parent d509c37 commit 5cccaba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ aws-xray-sdk = "^2.8.0"
2525
fastjsonschema = "^2.14.5"
2626
boto3 = "^1.18"
2727
jmespath = [
28-
{ version ="<=0.10.0", python = "^3.6" },
29-
{ version ="^1.0.0", python = "^3.7" }
28+
{ version = "<=0.10.0", python = "3.6" },
29+
{ version = "^1.0.0", python = "^3.7" }
3030
]
3131
pydantic = {version = "^1.8.2", optional = true }
3232
email-validator = {version = "*", optional = true }

0 commit comments

Comments
 (0)