Skip to content

Commit

Permalink
Set jsonschema version below v4.18 until the bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shashigharti committed Jul 11, 2023
1 parent cb17b64 commit 061b84e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ dependencies = [
"requests>=2.10",
"humanize>=4.2",
"tabulate>=0.8.10",
"jsonschema>=2.5",
# TODO: remove the limit when https://github.com/python-jsonschema/jsonschema/issues/1119 is resolved
"jsonschema<4.18",
"simpleeval>=0.9.11",
"stringcase>=1.2",
"typer[all]>=0.5",
Expand Down

0 comments on commit 061b84e

Please sign in to comment.