Skip to content

Commit

Permalink
build(ingest): Bump jsonschema for Python >= 3.8 (datahub-project#8836)
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz authored Sep 13, 2023
1 parent e9b4727 commit 1474ac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def get_long_description():
"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",
}

Expand Down

0 comments on commit 1474ac0

Please sign in to comment.