Skip to content

Commit

Permalink
Merge pull request #604 from marshmallow-code/flask_3_werkzeug_3
Browse files Browse the repository at this point in the history
Require Flask 3 and Werkzeug 3
  • Loading branch information
lafrech authored Feb 12, 2024
2 parents 5c36da0 + 560978e commit 324cdd3
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 324cdd3

Please sign in to comment.