Skip to content

Commit 1b10a83

Browse files
committed
Fix build errors due to click, jinja2 breaking changes
1 parent 5a42d8c commit 1b10a83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"Flask-Sockets>=0.2,<1", # TODO: This module is not yet Flask 2.x compatible
1919
"Werkzeug>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2020
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
21-
"black==22.1.0",
21+
"Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
22+
"black==22.3.0",
23+
"click<=8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
2224
]
2325

2426
adapter_test_dependencies = [

0 commit comments

Comments
 (0)