Skip to content

Commit

Permalink
Lower jsonschema version to be compat with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 12, 2023
1 parent af04527 commit 65de039
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ pyyaml = "^6.0"
arq = "^0.25.0"
fs = "^2.4.16"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
jsonschema = "^4.19.0"
# poetry has upper limit for jsonschema, so lowering ourselves to it
# unreleased poetry > 1.6.1 will use latest fastjsonschema
jsonschema = "<4.18.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.0"
Expand Down

0 comments on commit 65de039

Please sign in to comment.