We are running with an old version of Jinja2:
|
# Note: can't pin jinja2 any higher than this until we give up on Cylc 7 back-compat |
|
jinja2==3.0.* |
Jinja2 introduced a bunch of deprecations in 3.0.x for features which is subsequently removed in 3.1.x. To give our users a chance, we pinned to 3.0.x so they could see these deprecation warnings and respond to them before we ripped out this compatibility altogether.
It's been long enough now and compatibility mode as whole should be removed before too long - #6849 - It's time to bump the version!
See also (would make sense to do these at the same time):
We are running with an old version of Jinja2:
cylc-flow/setup.cfg
Lines 70 to 71 in 7bf2233
Jinja2 introduced a bunch of deprecations in 3.0.x for features which is subsequently removed in 3.1.x. To give our users a chance, we pinned to 3.0.x so they could see these deprecation warnings and respond to them before we ripped out this compatibility altogether.
It's been long enough now and compatibility mode as whole should be removed before too long - #6849 - It's time to bump the version!
See also (would make sense to do these at the same time):