potiuk commented on a change in pull request #12703:
URL: https://github.com/apache/airflow/pull/12703#discussion_r532239675
##########
File path: setup.cfg
##########
@@ -100,8 +100,8 @@ install_requires =
funcsigs>=1.0.0, <2.0.0
graphviz>=0.12
gunicorn>=19.5.0, <20.0
- importlib_metadata~=1.7 # We could work with 3.1, but argparse needs <2
- importlib_resources~=1.4
+ importlib_metadata>=1.5,<4;python_version<="3.7"
Review comment:
BTW. We do not recommend running unconstrained upgrade of airflow - this
has caused us terrible problems in the past. That's why we have this constraint
mechanism and with the recent changes (I am also fixing that for 1.10.14) we
take care about making sure that the set of constraints that we recommend (in
INSTALL.txt) are non-conflicting and tested (and we update the constraints-1-10
branch and constrains-master automatically to include latest releases of
dependencies (all tests muss pass and pip check must show no-conflicts for
those as of Friday)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]