Closed drnextgis closed 2 years ago
@drnextgis Thanks for the PR, I hope you didn't lose too much time on this issue (it took us couple hours early this week 😓 )
I think a better fix will be to pin jinja2>=3.0,<4.0
which should be allowed by other package. In TiTiler as in fastapi we require "jinja2 >=2.11.2,<4.0.0"
which will usually mean user will get the latest 3.0.
https://github.com/tiangolo/fastapi/blob/master/pyproject.toml#L89
https://github.com/pallets/markupsafe/issues/286