This repository was archived by the owner on Aug 31, 2025. It is now read-only.
Commit 453edc7
committed
venv: Add Flask subdependency upper bound limit.
Currently Flask v1 depends on Jinja v2, which doesn't have an upper
bound limit for MarkupSafe, and the latest release of MarkupSafe v2.1
is not compatible with Jinja v2. So we need to add the upperbound
here.
pallets/jinja#15851 parent 9a5fd57 commit 453edc7
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments