Skip to content

Commit

Permalink
Merge pull request #115 from bento-platform/chore/allow-newer-fastapi
Browse files Browse the repository at this point in the history
chore: allow FastAPI 0.101.x
  • Loading branch information
davidlougheed authored Aug 14, 2023
2 parents 566cbe9 + 6cf0ebd commit b37d149
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 @@ -26,7 +26,7 @@
extras_require={
"flask": ["Flask>=2.2.5,<3"],
"django": ["Django>=4.2.1,<5", "djangorestframework>=3.14.0,<3.15"],
"fastapi": ["fastapi>=0.95.2,<0.101"],
"fastapi": ["fastapi>=0.95.2,<0.102"],
},

author=config["package"]["authors"],
Expand Down

0 comments on commit b37d149

Please sign in to comment.