Build - Unpin jsonschema for faster builds (#2583)

pull/2602/head
dgtlmoon 4 months ago committed by GitHub
parent 7071df061a
commit 1fb4342488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,8 +79,9 @@ pyppeteerstealth>=0.0.4
pytest ~=7.2 pytest ~=7.2
pytest-flask ~=1.2 pytest-flask ~=1.2
# Pin jsonschema version to prevent build errors on armv6 while rpds-py wheels aren't available (1708) # Anything 4.0 and up but not 5.0
jsonschema==4.17.3 jsonschema ~= 4.0
loguru loguru

Loading…
Cancel
Save