From c704a7309aae49f51b80556363f2f6260ef05ed3 Mon Sep 17 00:00:00 2001 From: Samuelopez-ansys Date: Fri, 26 Apr 2024 10:13:45 +0200 Subject: [PATCH] Last jsonschema python 3.7 compatible add --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02091f7a6a6..1cd134fdfd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,8 @@ classifiers = [ dependencies = [ "fpdf2", - "jsonschema", + "jsonschema==4.17.3; python_version == '3.7'", + "jsonschema==4.21.1; python_version > '3.7'", "psutil", "pyedb>=0.4.0,<0.9; python_version == '3.7'", "pyedb>=0.5.0; python_version > '3.7'",