[
https://issues.apache.org/jira/browse/AIRFLOW-4901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16896113#comment-16896113
]
Ash Berlin-Taylor commented on AIRFLOW-4901:
--------------------------------------------
Ah yes, with 1.10 3 you will need to also restrict flask, but this should be
fixed in 1.10.4 when it is out (this week or next) as our dep is now
{{'jinja2>=2.10.1, <2.11.0'}}
> Jinja2 dependency resolution
> ----------------------------
>
> Key: AIRFLOW-4901
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4901
> Project: Apache Airflow
> Issue Type: Bug
> Components: dependencies
> Affects Versions: 1.10.3
> Environment: MacOS / Linux
> Reporter: Mike Wallis
> Priority: Major
>
> We're using pipenv for dependency management and the current version of
> apache-airflow has internal dependency issues with Jinja2 so we cannot create
> a lockfile.
> The error message that we get is below.
> Could not find a version that matches
> jinja2<=2.10.0,==2.10,>=2.10,>=2.10.1,>=2.5,>=2.7.3
> This is an example Pipfile with just apache-airflow
> {code:java}
> [[source]]
> name = "pypi"
> url = "https://pypi.org/simple"
> verify_ssl = true
> [dev-packages]
> apache-airflow = "==1.10.3"
> [requires]
> python_version = "3.7"
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)