Skip to content

Commit

Permalink
Merge pull request #1819 from fishtown-analytics/fix/pin-jsonschema
Browse files Browse the repository at this point in the history
Set a much more strict version upper bound for jsonschema
  • Loading branch information
beckjake authored Oct 10, 2019
2 parents 70d9b01 + b7b999b commit e679c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def read(fname):
'requests>=2.18.0,<3',
'colorama==0.3.9',
'agate>=1.6,<2',
'jsonschema>=3.0.1,<4',
'jsonschema>=3.0.1,<3.1.2,!=3.1.0',
'json-rpc>=1.12,<2',
'werkzeug>=0.14.1,<0.15',
]
Expand Down

0 comments on commit e679c70

Please sign in to comment.