Replies: 1 comment
-
I ran into this same I am happy to provide a patch for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to transition from Airflow 2.11.0 to Airflow 3.0.6. Our team is using Chainguard vendor images for security purposes. While testing the Airflow 3.0.6 image, we noticed the Werkzeug version is 3.1.3. This is causing import errors when we try to use FAB with LDAP authentication.
I noticed the constraints file for airflow as a whole lists 2.2.3 as the compatible version, but the fab provider seems to list werkzeug>=2.2,<4 as the supported versions. Is this an unexpected mismatch?
We downgraded to match all versions listed in the constraints file, and authentication is working properly. We brought this up with the Chainguard support team, and they indicated they are following the recommendations of the fab provider, which shows it supports anything less than version 4.
Thank you for any suggestions/feedback.
Beta Was this translation helpful? Give feedback.
All reactions