Skip to content

Commit 6917d90

Browse files
authored
fix(deps-dev): remove jmespath due to dev deps conflict (#1148)
1 parent 3d9ea47 commit 6917d90

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

poetry.lock

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

pyproject.toml

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

3430
[tool.poetry.dev-dependencies]
31+
# 2022-04-21: jmespath was removed, to be re-added once we drop python 3.6.
32+
# issue #1148
3533
coverage = {extras = ["toml"], version = "^6.2"}
3634
pytest = "^7.0.1"
3735
black = "^21.12b0"

0 commit comments

Comments
 (0)