Skip to content

Commit

Permalink
hotfix: add bound for werkzeug dependency due to breaking change (#241)
Browse files Browse the repository at this point in the history
fix: add bound for werkzeug dependency due to breaking change
  • Loading branch information
yedpodtrzitko authored Jul 28, 2022
1 parent 278f1bd commit c78c177
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 @@ -43,7 +43,7 @@
install_requires=requires,
extras_require={
"email": ["pydantic[email]>=1.2"],
"flask": ["flask"],
"flask": ["flask", "werkzeug<2.2"],
"falcon": ["falcon"],
"starlette": ["starlette[full]"],
"dev": [
Expand Down

0 comments on commit c78c177

Please sign in to comment.