Skip to content

Commit b704bb7

Browse files
authored
Merge pull request #85 from Azure-Samples/remove-flask-family-upperbound
Remove Flask family's upper bound
2 parents 20e5105 + b822a1e commit b704bb7

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

requirements.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
## The following combination still work, but later versions of 1.x were broken
2+
# 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
312

4-
werkzeug>=1,<2
513
flask-session>=0.3.2,<0.5
614
requests>=2,<3
715
msal>=1.7,<2

0 commit comments

Comments
 (0)