Skip to content

Commit

Permalink
PYT-3038 update flask version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nliccione committed Feb 1, 2024
1 parent 1d06760 commit 2b96845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
aiohttp_extras = {"aiohttp<4"} | trigger_extras
django_extras = {"Django<5"} | trigger_extras
falcon_extras = {"falcon<4", "falcon-multipart==0.2.0"} | trigger_extras
flask_extras = {"Flask<3"} | trigger_extras
flask_extras = {"Flask<4"} | trigger_extras
fastapi_extras = {
"fastapi<1",
"uvicorn[standard]<1.0",
Expand Down

0 comments on commit 2b96845

Please sign in to comment.