Skip to content

Commit b74d531

Browse files
ericsun2kddejong
andauthored
jsonschema>=3.0,<5 (#2838)
To work with newer version of jsonschema Co-authored-by: Kevin DeJong <[email protected]>
1 parent ba19c30 commit b74d531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_version(filename):
4646
'pyyaml>5.4',
4747
'aws-sam-translator>=1.73.0',
4848
'jsonpatch',
49-
'jsonschema>=3.0,<4.18',
49+
'jsonschema>=3.0,<5',
5050
'networkx>=2.4,<4',
5151
'junit-xml~=1.9',
5252
'jschema_to_python~=1.2.3',

0 commit comments

Comments
 (0)