GitHub user utieyin edited a comment on the discussion: Airflow Constraints vs FAB providers pyproject
I ran into this same `werkzeug` error from `airflow` when testing ldap user creation. Looking at the code and error this line https://github.com/apache/airflow/blob/20783d8624b15a7004c8b835c9214be510c4100e/providers/fab/src/airflow/providers/fab/auth_manager/security_manager/override.py#L806 seems to be the culprit. Since the requirement says werkzeug greater than 2 but less than 4 is allowed, is there a reason this logic can't be changed? I am happy to provide a patch for this. GitHub link: https://github.com/apache/airflow/discussions/55456#discussioncomment-14448388 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
