Skip to content

Commit e5968db

Browse files
authored
[python/flask] Pin Werkzeug version (#9638)
This fixes the failing flask test because Werkzeug version 3 removed `url_quote` raising: ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
1 parent 31d41fe commit e5968db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frameworks/Python/flask/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Jinja2==3.1.4
1010
MarkupSafe==2.1.2
1111
ujson==5.4.0
1212
orjson==3.8.7; implementation_name=='cpython'
13+
Werkzeug==2.3.8

0 commit comments

Comments
 (0)