Skip to content

Commit

Permalink
Merge pull request #119 from bento-platform/chore/update-fastapi
Browse files Browse the repository at this point in the history
chore!: allow fastapi up to version 0.103; rm <0.100
  • Loading branch information
davidlougheed authored Aug 27, 2023
2 parents 951efa2 + 7408a35 commit 692b001
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.101.1
fastapi==0.103.0
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.102"],
"fastapi": ["fastapi>=0.100,<0.104"],
},

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

0 comments on commit 692b001

Please sign in to comment.