mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 21:03:03 +00:00
build(ingest): Bump jsonschema for Python >= 3.8 (#8836)
This commit is contained in:
parent
e9b4727c8e
commit
1474ac01b1
@ -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",
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user