diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 7a5fd355803cb4..3067ccd71f92f2 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -58,8 +58,8 @@ def get_long_description(): "requests_file", "jsonref", # jsonschema drops python 3.7 support in v4.18.0 - "jsonschema<=4.17.3 ; python_version < '3.8'", - "jsonschema>=4.18.0 ; python_version >= '3.8'", + "jsonschema<=4.17.3; python_version < '3.8'", + "jsonschema; python_version >= '3.8'", "ruamel.yaml", }