From 710124a47ce77d3405dda1754f22dc2cbc5db3d6 Mon Sep 17 00:00:00 2001 From: Travis Addair Date: Mon, 11 Jul 2022 09:33:20 -0700 Subject: [PATCH] Pin jsonschema --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6143cc6bae4..03e114eae0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ requests tables fsspec[http] dataclasses-json -jsonschema>=4.5.0 +jsonschema>=4.5.0,<4.7 marshmallow marshmallow-jsonschema marshmallow-dataclass==8.5.5