mjpieters commented on a change in pull request #12703:
URL: https://github.com/apache/airflow/pull/12703#discussion_r532238662
##########
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:
Thinking about this some more: we did loosen the restrictions on what
versions are acceptable but `importlib_metadata` *is* a new dependency relative
to 2.0.0b3. If you then use `pip install apache-airflow>2.0.0b3` (say)
*without* `-U` then I think you could indeed end up with an importlib_metadata
that is incompatible with an existing argcomplete version if you only have
argparse 1.10.
Want me to up the version on that package too, then?
----------------------------------------------------------------
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]