From 79248938ab0b15253ab40d326bc0705c4870dfa3 Mon Sep 17 00:00:00 2001 From: Avi Shinnar Date: Thu, 11 Jun 2026 23:04:03 -0400 Subject: [PATCH] use pre-release version of jsonsubschema. For testing only Signed-off-by: Avi Shinnar --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a48103de7..a6c46dd5f 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "setuptools>=61.0,<82.0", # needed for hyperopt "hyperopt>=0.2,<=0.2.7", "jsonschema<=5", - "jsonsubschema>=0.0.6", + "jsonsubschema @ git+https://github.com/IBM/jsonsubschema.git@modernize", "scikit-learn>=1.0.0,<1.8.0", "scipy", "pandas<3.0.0",