Commit 11c2d9e
authored
Pin Jinja2 to 2.11.3 (#67)
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.py1 parent 8fc27f4 commit 11c2d9e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments