You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/14 16:12:00 UTC

[GitHub] [airflow] kaxil opened a new issue #20880: Bump `jsonschema` version for Airflow 2.3

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #20880: Bump `jsonschema` version for Airflow 2.3

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #20880:
URL: https://github.com/apache/airflow/issues/20880#issuecomment-1019914334


   ::D right :)


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] jedcunningham commented on issue #20880: Bump `jsonschema` version for Airflow 2.3

Posted by GitBox <gi...@apache.org>.
jedcunningham commented on issue #20880:
URL: https://github.com/apache/airflow/issues/20880#issuecomment-1020255531


   Yep, I'm on the same page @potiuk.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #20880: Bump `jsonschema` version for Airflow 2.3

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #20880:
URL: https://github.com/apache/airflow/issues/20880#issuecomment-1019378432


   I think after 2.2.4 we should really drop 3.7 finally. This is unlikely to release 2.2.5 but even if we do, it will be very unlikely we need more cherry-picking that just few PRs. @jedcunningham WDYT? 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk edited a comment on issue #20880: Bump `jsonschema` version for Airflow 2.3

Posted by GitBox <gi...@apache.org>.
potiuk edited a comment on issue #20880:
URL: https://github.com/apache/airflow/issues/20880#issuecomment-1019378432


   I think after 2.2.4 we should really drop ~3.7~ 3.6 finally. This is unlikely to release 2.2.5 but even if we do, it will be very unlikely we need more cherry-picking that just few PRs. @jedcunningham WDYT? 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #20880: Bump `jsonschema` version for Airflow 2.3

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #20880:
URL: https://github.com/apache/airflow/issues/20880#issuecomment-1046556062


   I think we should be god to go with that one - all that should be cherry-picked is cherry-picked already :)


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] uranusjr commented on issue #20880: Bump `jsonschema` version for Airflow 2.3

Posted by GitBox <gi...@apache.org>.
uranusjr commented on issue #20880:
URL: https://github.com/apache/airflow/issues/20880#issuecomment-1019771067


   Do you mean 3.6? 3.7 is not EOF until June 2023.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org