Skip to content

Commit 3659c42

Browse files
author
Michael Brewer
authored
fix(deps): update jmespath marker to support 1.0 and py3.6 (#1139)
1 parent 7e76868 commit 3659c42

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

Diff for: poetry.lock

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

Diff for: pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ python = "^3.6.2"
2424
aws-xray-sdk = "^2.8.0"
2525
fastjsonschema = "^2.14.5"
2626
boto3 = "^1.18"
27-
jmespath = "^0.10.0"
27+
jmespath = [
28+
{ version ="<=0.10.0", python = "^3.6" },
29+
{ version ="^1.0.0", python = "^3.7" }
30+
]
2831
pydantic = {version = "^1.8.2", optional = true }
2932
email-validator = {version = "*", optional = true }
3033

0 commit comments

Comments
 (0)