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
I think that this release broke the use of jinja2!
venv/lib/python3.7/site-packages/amaranth/build/plat.py:6: in <module>
import jinja2
venv/lib/python3.7/site-packages/jinja2/__init__.py:12: in <module>
from .environment import Environment
venv/lib/python3.7/site-packages/jinja2/environment.py:25: in <module>
from .defaults import BLOCK_END_STRING
venv/lib/python3.7/site-packages/jinja2/defaults.py:3: in <module>
from .filters import FILTERS as DEFAULT_FILTERS # noqa: F401
venv/lib/python3.7/site-packages/jinja2/filters.py:13: in <module>
from markupsafe import soft_unicode
E ImportError: cannot import name 'soft_unicode' from 'markupsafe'
Environment:
Python version: python3.7
Jinja version: Jinja2-2.11.3
The text was updated successfully, but these errors were encountered:
You are using an unsupported version of Jinja, please update to the latest version if possible. Additionally, please read https://hynek.me/articles/semver-will-not-save-you/, then use a tool like pip-tools to pin your dependencies and control when you get updates. Be sure to run your tests with deprecation warnings treated as errors so that you get notified of these types of changes early.
I think that this release broke the use of jinja2!
Environment:
python3.7
Jinja2-2.11.3
The text was updated successfully, but these errors were encountered: