Skip to content

Commit 86c3ed5

Browse files
authored
bump scaffolded flask version to 3.0.0 (#4121)
1 parent 444eedb commit 86c3ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/templates/python/requirements.txt.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fastapi[all]==0.89.0
77
uvicorn[standard]==0.20.0
88
{{/if}}
99
{{#if (eq platform 'Python: Flask')}}
10-
flask==2.2.2
10+
flask==3.0.0
1111
{{/if}}
1212
{{#unless (eq platform 'Python: General')}}
1313
gunicorn==20.1.0

0 commit comments

Comments
 (0)