Skip to content

Commit

Permalink
Require flask 3 and werkzeug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Feb 12, 2024
1 parent 5c36da0 commit 560978e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
},
python_requires=">=3.8",
install_requires=[
"werkzeug>=2.0.1,<4",
"flask>=2.0.1,<4",
"werkzeug>=3.0.1,<4",
"flask>=3.0.2,<4",
"marshmallow>=3.18.0,<4",
"webargs>=8.0.0,<9",
"apispec[marshmallow]>=6.0.0,<7",
Expand Down

0 comments on commit 560978e

Please sign in to comment.