mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-05 01:15:02 -04:00
Pin Jinja to <3.1.0 (#12297)
as 3.1.0 removed the deprecated jinja2.Markup class which we still rely on.
This commit is contained in:
parent
0004260952
commit
84eb14c4d2
2 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,8 @@ REQUIREMENTS = [
|
|||
# Note: 21.1.0 broke `/sync`, see #9936
|
||||
"attrs>=19.2.0,!=21.1.0",
|
||||
"netaddr>=0.7.18",
|
||||
"Jinja2>=2.9",
|
||||
# Jinja2 3.1.0 removes the deprecated jinja2.Markup class, which we rely on.
|
||||
"Jinja2<3.1.0",
|
||||
"bleach>=1.4.3",
|
||||
# We use `ParamSpec`, which was added in `typing-extensions` 3.10.0.0.
|
||||
"typing-extensions>=3.10.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue