You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/29 14:56:05 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12703: Widen importlib-* backport deps, add python_version limits.

ashb commented on a change in pull request #12703:
URL: https://github.com/apache/airflow/pull/12703#discussion_r532220737



##########
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:
       Do we not need to up the min requirements for argcomplete too?




----------------------------------------------------------------
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:
users@infra.apache.org