Skip to content

Commit 255d5e3

Browse files
committed
set flask and werkzeug upper bound to <3.1
1 parent 724b711 commit 255d5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
install_requires=[
2424
"dash",
25-
"Flask>=1.0.4,<2.3.0",
26-
"Werkzeug<2.3.0",
25+
"Flask>=1.0.4,<3.1",
26+
"Werkzeug<3.1",
2727
"requests[security]",
2828
"PyJWT",
2929
'cryptography;python_version>="3.7"',

0 commit comments

Comments
 (0)