Skip to content

Commit

Permalink
update dependency for jsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Jun 28, 2024
1 parent f16442e commit 1ba8f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [

dependencies=[
'distro',
'jsonschema < 4.18',
'jsonschema >= 4.18',
'lmodule',
'PyYAML >= 5.12',
'requests',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distro
isort
# https://github.com/python-jsonschema/jsonschema/releases/tag/v4.18.0 deprecates jsonschema.RefResolver
jsonschema<4.18
jsonschema>=4.18
lmodule
PyYAML>=5.2
requests
Expand Down

0 comments on commit 1ba8f7c

Please sign in to comment.