potiuk commented on issue #18091:
URL: https://github.com/apache/airflow/issues/18091#issuecomment-915352443


   It is 
https://github.com/apache/airflow/blob/9496235959f6ffaacb69ed391a6ddb82214e9132/setup.cfg#L133
   
   ```
       # Required for flask-jwt-extended and msal 
       pyjwt<2
   ```
   
   I looked at it and - unfortunately it's because of FlaskAppBuillder (which 
we already use in its latest version). It has requirements on 
Flask-jwt-extended < 4: 
https://github.com/dpgaspar/Flask-AppBuilder/blob/master/setup.py#L60 and 
Flask-JWT-extended 3.25 (latest from 3 line) has PyJWT < 2.
   
   Proposal: please open an issue to 
https://github.com/dpgaspar/Flask-AppBuilder with similar tone - and refer to 
that issue. I will support it :). We are working with Daniel pretty often and 
maybe he can tell if he could consider upgrading to PyJW4 for next release. I 
know there should be a release soon because - as we speak we are going through 
`setuptools` drama (see #18075) and it will - inevitably lead to new Flask App 
Builder release probably pretty soon.


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


Reply via email to