Skip to content

Commit 3265a0a

Browse files
authored
installation: pin Flask to <2.3.0
1 parent 0495114 commit 3265a0a

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
@@ -27,7 +27,8 @@ python_requires = >=3.7
2727
zip_safe = False
2828
install_requires =
2929
blinker>=1.4
30-
Flask>=1.1.4,<3.0.0
30+
# Pinned because of https://github.com/inveniosoftware/invenio-base/issues/171
31+
Flask>=1.1.4,<2.3.0
3132
itsdangerous>=1.1.0,<2.1.0
3233
MarkupSafe>=0.23
3334
Werkzeug>=1.0.1,<3.0

0 commit comments

Comments
 (0)