From 7a0b94bb94ca08eb368cc8e611c561814fd49b32 Mon Sep 17 00:00:00 2001 From: "Jurriaan H. Spaaks" Date: Mon, 12 Feb 2024 15:40:50 +0100 Subject: [PATCH] raised lower limit of jsonschema version range to minimum supported version on py38 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36c7f4a8..5b819f11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "requests >=2.20, <3", "ruamel.yaml >=0.16.0", "pykwalify >=1.6", - "jsonschema >=3.0, <5", + "jsonschema >=4.18.0, <5", ] description = "Command line program to validate and convert CITATION.cff files." keywords = [