We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20e5105 + b822a1e commit b704bb7Copy full SHA for b704bb7
requirements.txt
@@ -1,7 +1,15 @@
1
-# Flask 1.* used to work, until their upstream package brought in a breaking change https://github.com/pallets/markupsafe/issues/286
2
-Flask>=2,<3
+## The following combination still work, but later versions of 1.x were broken
+# due to their upstream package brought in a breaking change
3
+# https://github.com/pallets/markupsafe/issues/286
4
+# Flask==1.1.4
5
+# werkzeug==1.0.1
6
+# Jinja2==2.11.3
7
+# MarkupSafe==2.0.1
8
+#
9
+# Since Flask family do not use semantic versioning, we remove our upper bound here
10
+Flask>=2
11
+werkzeug>=2
12
-werkzeug>=1,<2
13
flask-session>=0.3.2,<0.5
14
requests>=2,<3
15
msal>=1.7,<2
0 commit comments