Skip to content

Commit 46dbc24

Browse files
authored
Upgrade jsonschema (#229)
* Upgrade to jsonschema 4 * Upgrade to jsonschema 4 Closes #228
1 parent 43969d6 commit 46dbc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
},
2929
include_package_data=True,
30-
install_requires=["jsonschema<4", "oslash<1"],
30+
install_requires=["jsonschema<5", "oslash<1"],
3131
license="MIT",
3232
long_description=README,
3333
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)