From 9860cd59d6dd006a37a8e3f934328129cf376414 Mon Sep 17 00:00:00 2001 From: Gregory Schiano Date: Mon, 10 Jul 2023 12:56:08 +0200 Subject: [PATCH] Pining jsonschema due to transient dependency to rust compiler --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d655c17..6009b22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -jsonschema >= 4.17 +jsonschema >= 4.17,<4.18 ops >= 2.2 pydantic >= 1.10,<2