From aec192ad294b6510528026e707ddefba8ee64593 Mon Sep 17 00:00:00 2001 From: Eva Lott Date: Tue, 1 Oct 2024 10:17:01 +0100 Subject: [PATCH] updated jsonschema --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f02c4d88..23b9fc599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ description = "Data model used by the bluesky ecosystem" dependencies = [ "importlib-resources", - "jsonschema>=3", + "jsonschema>=4", "numpy", "typing_extensions" ]