build(ingest): Bump jsonschema for Python >= 3.8 (#8836)

This commit is contained in:
Andrew Sikowitz 2023-09-13 12:32:45 -07:00 committed by GitHub
parent e9b4727c8e
commit 1474ac01b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,8 @@ framework_common = {
"requests_file",
"jsonref",
# jsonschema drops python 3.7 support in v4.18.0
"jsonschema<=4.17.3",
"jsonschema<=4.17.3 ; python_version < '3.8'",
"jsonschema>=4.18.0 ; python_version >= '3.8'",
"ruamel.yaml",
}