Skip to content

Commit

Permalink
Pin uvicorn to <0.15.0
Browse files Browse the repository at this point in the history
See #247
  • Loading branch information
MrNaif2018 committed Oct 13, 2021
1 parent d64ac4f commit d6984b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements/deterministic/web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,9 @@ urllib3==1.26.7 \
--hash=sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece \
--hash=sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844
# via requests
uvicorn[standard]==0.15.0 \
--hash=sha256:17f898c64c71a2640514d4089da2689e5db1ce5d4086c2d53699bf99513421c1 \
--hash=sha256:d9a3c0dd1ca86728d3e235182683b4cf94cd53a867c288eaeca80ee781b2caff
uvicorn[standard]==0.14.0 \
--hash=sha256:2a76bb359171a504b3d1c853409af3adbfa5cef374a4a59e5881945a97a93eae \
--hash=sha256:45ad7dfaaa7d55cab4cd1e85e03f27e9d60bc067ddc59db52a2b0aeca8870292
# via -r requirements/web.txt
uvloop==0.16.0 \
--hash=sha256:04ff57aa137230d8cc968f03481176041ae789308b4d5079118331ab01112450 \
Expand Down
2 changes: 1 addition & 1 deletion requirements/web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ passlib[bcrypt]
psycopg2-binary
python-dateutil
python-multipart
uvicorn[standard]
uvicorn[standard]<0.15.0 # has bugs with websockets and see #247

0 comments on commit d6984b0

Please sign in to comment.