From 9d8936e46e1ef22636650c88ffed36307c11b8a2 Mon Sep 17 00:00:00 2001 From: Zachary King Date: Thu, 11 Jul 2019 09:47:48 -0700 Subject: [PATCH] upgrade python jsonschema to 3.0.1 --- py/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/setup.py b/py/setup.py index 28f127f8..4e859e7b 100644 --- a/py/setup.py +++ b/py/setup.py @@ -48,7 +48,7 @@ 'Jinja2>=2.7.3,<3', 'pytest>=4.0.1,<5', 'cobra>=0.5.0', - 'jsonschema>=2.4.0,<3', + 'jsonschema>=3.0.1,<4', 'ipywidgets>=7.4.0,<8', 'pandas>=0.18' ],