You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: revert bumping jinja2 in flask 1.0 tests (#2037)
Unfortunately flask 1.0 does not work with jinja 3.1.x:
venv/lib/python3.10/site-packages/flask/__init__.py:19: in <module>
from jinja2 import Markup, escape
E ImportError: cannot import name 'Markup' from 'jinja2'
0 commit comments