Skip to content

Commit

Permalink
fix(deps): update jmespath marker to support 1.0 and py3.6 (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brewer authored Apr 21, 2022
1 parent 7e76868 commit 3659c42
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
32 changes: 21 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ python = "^3.6.2"
aws-xray-sdk = "^2.8.0"
fastjsonschema = "^2.14.5"
boto3 = "^1.18"
jmespath = "^0.10.0"
jmespath = [
{ version ="<=0.10.0", python = "^3.6" },
{ version ="^1.0.0", python = "^3.7" }
]
pydantic = {version = "^1.8.2", optional = true }
email-validator = {version = "*", optional = true }

Expand Down

0 comments on commit 3659c42

Please sign in to comment.