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/09/21 11:49:54 UTC

[GitHub] [airflow] ashb commented on pull request #26546: reverting json setting to use json_encoder despite warnings

ashb commented on PR #26546:
URL: https://github.com/apache/airflow/pull/26546#issuecomment-1253594846

   This fix is incorrect, `json_encoder` is now deprecated in Flask 2.2 and will be removed in flask 2.3
   https://flask.palletsprojects.com/en/2.2.x/api/?highlight=json_provider_class#flask.Flask.json_encoder
   
   So we'll need to find a different fix.


-- 
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