ashb commented on a change in pull request #16595:
URL: https://github.com/apache/airflow/pull/16595#discussion_r656370453
##########
File path: setup.cfg
##########
@@ -113,7 +113,7 @@ install_requires =
iso8601>=0.1.12
# Logging is broken with itsdangerous > 2
itsdangerous>=1.1.0, <2.0
- jinja2>=2.10.1, <2.12.0
+ jinja2>=2.10.1
Review comment:
```suggestion
jinja2>=2.10.1,<4
```
We don't know what Jinja4 might break
--
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]