Skip to content

Commit

Permalink
fix: upgrade uvicorn version to fix streaming response interruption bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kense-lab committed Feb 21, 2024
1 parent 9ff7eba commit 97160b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sqlakeyset = ">=2.0.1680321678,<2.1.0"
loguru = ">=0.6.0,<0.7.0"
sqlmodel = ">=0.0.11,<0.1.0"
starlette = "^0.27.0"
uvicorn = ">=0.21.0,<0.22.0"
uvicorn = "^0.27.1"
pymysql = ">=1.1.0,<1.2.0"
python-multipart = ">=0.0.6,<0.1.0"
redis = ">=5.0.1,<5.1.0"
Expand Down

0 comments on commit 97160b2

Please sign in to comment.