diff --git a/requirements.txt b/requirements.txt index 9310a018..537c3f80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -79,7 +79,9 @@ pyppeteerstealth>=0.0.4 pytest ~=7.2 pytest-flask ~=1.2 -jsonschema ~= 4 +# Anything 4.0 and up but not 5.0 +jsonschema ~= 4.0 + loguru