From 515784210bc24eeca781f0cce54ba07f2d5ae951 Mon Sep 17 00:00:00 2001 From: Kabir Brar Date: Mon, 11 Jul 2022 13:29:20 -0400 Subject: [PATCH] fix: update `jsonschema` pin --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6143cc6bae4..33fa34490e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ requests tables fsspec[http] dataclasses-json -jsonschema>=4.5.0 +jsonschema==4.6.* marshmallow marshmallow-jsonschema marshmallow-dataclass==8.5.5