From 1fb4342488a4af9ef2f396e38d5e4fa48b842928 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 22 Aug 2024 15:02:00 +0200 Subject: [PATCH] Build - Unpin jsonschema for faster builds (#2583) --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e085cf6..537c3f80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -79,8 +79,9 @@ pyppeteerstealth>=0.0.4 pytest ~=7.2 pytest-flask ~=1.2 -# Pin jsonschema version to prevent build errors on armv6 while rpds-py wheels aren't available (1708) -jsonschema==4.17.3 +# Anything 4.0 and up but not 5.0 +jsonschema ~= 4.0 + loguru