Commit cc1a000
authored
Werkzeug Version Check (apache#56398)
* Added feature detection in werkzeug fab providers to allow detecting hashing algorithms available to different versions of werkzeug
* Using Version check as done by the upstream FAB provider
* Removing used var
* Adding missing importlib import1 parent 5730c43 commit cc1a000
File tree
1 file changed
+3
-4
lines changed- providers/fab/src/airflow/providers/fab/auth_manager/security_manager
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
790 | 792 | | |
791 | 793 | | |
792 | 794 | | |
793 | | - | |
794 | | - | |
795 | | - | |
796 | | - | |
| 795 | + | |
797 | 796 | | |
798 | 797 | | |
799 | 798 | | |
| |||
0 commit comments