From c9cf2a1a19dd6479ea18066276a08cf92847c612 Mon Sep 17 00:00:00 2001 From: Ben Galewsky Date: Thu, 26 Oct 2023 11:35:23 -0500 Subject: [PATCH] Relax pin for jsonschema --- mdf_toolbox/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mdf_toolbox/version.py b/mdf_toolbox/version.py index 5c0022d..679e04e 100644 --- a/mdf_toolbox/version.py +++ b/mdf_toolbox/version.py @@ -1,2 +1,2 @@ # Single source of truth for package version -__version__ = "0.6.0" +__version__ = "0.6.1-alpha.1" diff --git a/setup.py b/setup.py index 7ac4cb3..005b851 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "globus_nexus_client>=0.4.1", "globus-sdk>=3.1.0", "requests>=2.26.0", - "jsonschema<=4.3.0" + "jsonschema>=4.3.0" ], python_requires=">=3.6", classifiers=[