vincbeck commented on PR #45874:
URL: https://github.com/apache/airflow/pull/45874#issuecomment-2622137977

   @potiuk I am not sure this is possible. We might need to revert this one. Or 
maybe there is another solution I do not see. This PR introduces a bug in FAB 
auth manager, if you try to log in with wrong creds, the webserver will crash. 
The error is `unsupported hash type scrypt`. `scrypt` has been introduced in 
`werkzeug` in 2.3. Thus we need to set the minimum version of `werkzeug` to 
2.3. When I do that, I got some conflict dependencies because 
`connexion[flask]` depends on `werkzeug < 2.3`. We would need then to upgrade 
`connexion` to 3, which is another story.
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to