kaxil opened a new issue #20880: URL: https://github.com/apache/airflow/issues/20880
### Body We are using jsonschema 3.2.0 which is a 2 years old version. Based on https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst there might be the following change that might affect us.: ``` jsonschema.__version__, jsonschema.validators.validators, jsonschema.validators.meta_schemas and jsonschema.RefResolver.in_scope have been deprecated, as has passing a second-argument schema to Validator.iter_errors and Validator.is_valid. ``` Also jsonschema>4.0 supports Python >=3.7 -- so should be good for main and Python 2.3 but not Python 2.2.x ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
