-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade dependencies with uvicorn constrained
We are affected by encode/uvicorn#1345 Until this is resolved we need uvicorn to stay below version 0.17
- Loading branch information
Steffen Wittkamp
committed
Feb 1, 2022
1 parent
b6d8279
commit 49d83a0
Showing
6 changed files
with
433 additions
and
797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
fastapi>=0.65.2 | ||
uvicorn | ||
uvicorn<0.17 | ||
uvloop | ||
gunicorn | ||
httptools | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.