Skip to content

Commit 007909b

Browse files
committed
setup: upper pin werkzeug
1 parent b461466 commit 007909b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ install_requires =
3030
Flask>=1.1.4,<3.0.0
3131
itsdangerous>=1.1.0,<2.1.0
3232
MarkupSafe>=0.23
33-
Werkzeug>=1.0.1,<3.0
33+
# due to https://github.com/maxcountryman/flask-login/issues/686
34+
Werkzeug>=1.0.1,<2.2
3435
# importlib needed until Python 3.9 end of life since we're using
3536
# importlib.metadata features from v3.10). Version numbers are aligned with
3637
# Python v3.10 feature set.

0 commit comments

Comments
 (0)