ashwin153 opened a new issue #16591: URL: https://github.com/apache/airflow/issues/16591
**Description** Currently, Jinja2 is required to be < 2.12.0. https://github.com/apache/airflow/blob/7af18ac856b470f91e75d419f27e78bc2a0b215b/setup.cfg#L116 **Use case / motivation** This causes some build issues in my monorepo, because other libraries depend on Jinja2 3.x but Airflow does not yet support it. I stepped through the git blame, and it doesn't seem like there's a specific reason why Jinja2 3.x is not supported; the upper-bound appears to be there for stability and not incompatibility reasons. **Are you willing to submit a PR?** I would be happy to submit a PR, but I would need some guidance on how to test this change. -- 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]
