Commit 3ec47ec
authored
This reverts commit 6e2bdcf.
The change was done hastily when we released rc1 of 2.5.1 but it
turned out to be a red-herring and something that was not really
caused by Airflow's dependencies. The importlib_metadata should
still be only added as dependency for Python < 3.9 as Python
3.9 does not need it. Also installing importlib_metadata manually
(or by other dependencies) even in 6.1 version does not result
in automated triggering of the issue - if someone happens to
install importlib_metadata in Python 3.9 simply uninstalling it
should solve the problem.
1 parent dea44c8 commit 3ec47ec
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments