Skip to content

Commit e873682

Browse files
committed
Pin Jinja2 to 2.11.3
8fc27f4 pinned MarkupSafe to 1.1.1, which lead to this error on our buildbots that are using Python 3.10 to run the lnt client: error: MarkupSafe 1.1.1 is installed but MarkupSafe>=2.0 is required by {'Jinja2'} Jinja2 2.11.3 is the last version that will work with that version of MarkupSafe: https://github.com/pallets/jinja/blob/2.11.3/setup.py The 3.x series moved to >= 2.0.0: https://github.com/pallets/jinja/blob/3.0.0rc1/setup.py
1 parent 8fc27f4 commit e873682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"aniso8601==1.2.0",
120120
"Flask==0.12.2",
121121
"Flask-RESTful==0.3.4",
122-
"Jinja2",
122+
"Jinja2==2.11.3",
123123
"MarkupSafe==1.1.1",
124124
"SQLAlchemy==1.3.24",
125125
"Werkzeug==0.15.6",

0 commit comments

Comments
 (0)