Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrade to jsonschema 4
Closes #228
  • Loading branch information
bcb committed Mar 9, 2022
commit d412c23c1f91bd6df15a6feca9a9566452a32ef9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
},
include_package_data=True,
install_requires=["jsonschema<4", "oslash<1"],
install_requires=["jsonschema<5", "oslash<1"],
license="MIT",
long_description=README,
long_description_content_type="text/markdown",
Expand Down