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
Next Next commit
Upgrade to jsonschema 4
  • Loading branch information
bcb committed Mar 9, 2022
commit d602274b55839090e633d253bd3b6706b699a4f2
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