Skip to content

Commit

Permalink
Merge pull request #139 from bento-platform/chore/enable-flask-3
Browse files Browse the repository at this point in the history
chore: allow for Flask/Werkzeug 3
  • Loading branch information
davidlougheed authored Nov 3, 2023
2 parents 5b8b26e + 946311a commit c1f6760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exceptiongroup==1.1.3
fastapi==0.104.0
filelock==3.12.4
flake8==6.1.0
Flask==2.3.2
Flask==3.0.0
frozenlist==1.4.0
h11==0.14.0
h2==4.1.0
Expand Down Expand Up @@ -98,7 +98,7 @@ typing_extensions==4.8.0
urllib3==2.0.7
virtualenv==20.24.5
wcwidth==0.2.8
Werkzeug==2.3.6
Werkzeug==3.0.1
wsproto==1.2.0
yarl==1.9.2
zipp==3.17.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"pydantic>=2.3.0,<3",
"redis>=4.5.4,<5.0",
"requests>=2.28.1,<3",
"Werkzeug>=2.2.3,<3",
"Werkzeug>=2.2.3,<4",
],
extras_require={
"flask": ["Flask>=2.2.5,<3"],
"flask": ["Flask>=2.2.5,<4"],
"django": ["Django>=4.2.1,<5", "djangorestframework>=3.14.0,<3.15"],
"fastapi": ["fastapi>=0.100,<0.105"],
},
Expand Down

0 comments on commit c1f6760

Please sign in to comment.