Skip to content

Commit ca4d68f

Browse files
committed
exclude future incompatible jsonschema versions
1 parent 6a827fb commit ca4d68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python_requires = >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*
2525
setup_requires =
2626
setuptools
2727
install_requires =
28-
jsonschema
28+
jsonschema<5.0.0
2929
openapi-schema-validator
3030
PyYAML>=5.1
3131
six

0 commit comments

Comments
 (0)