Skip to content

Commit 0258e40

Browse files
committed
Settle warning for json module deprecation
1 parent df3eb55 commit 0258e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Flask-Sockets>=0.2,<1",
2323
"Flask>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2424
"Werkzeug<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
25-
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
25+
"itsdangerous==1.1.0", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2626
"Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
2727
"pytest-cov>=2,<3",
2828
"codecov>=2,<3",

0 commit comments

Comments
 (0)