Skip to content

Commit

Permalink
chore: allow newer fastapi versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 3, 2023
1 parent cc4a83a commit 0e4bb32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Django==4.2.3
djangorestframework==3.14.0
entrypoints==0.4
exceptiongroup==1.1.2
fastapi==0.97.0
fastapi==0.100.1
filelock==3.12.2
flake8==6.0.0
Flask==2.3.2
Expand Down
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.98"],
"fastapi": ["fastapi>=0.95.2,<0.101"],
},

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

0 comments on commit 0e4bb32

Please sign in to comment.