Skip to content

Commit f8645de

Browse files
authored
Merge pull request #132 from adammkelly/master
Issue #131 - Pin jsonschema to 3.2.0
2 parents e23cb90 + ca4d68f commit f8645de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jsonschema
1+
jsonschema==3.2.0
22
openapi-schema-validator
33
PyYAML==5.3.1
44
six==1.12.0

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)