Skip to content

Commit

Permalink
choreremove support for fastapi<0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 27, 2023
1 parent 336a733 commit 7408a35
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.104"],
"fastapi": ["fastapi>=0.100,<0.104"],
},

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

0 comments on commit 7408a35

Please sign in to comment.