Skip to content

Commit

Permalink
Merge pull request #27 from kense-lab/fix/uvicorn-stream-interruption
Browse files Browse the repository at this point in the history
fix: upgrade uvicorn version to fix streaming response interruption bug
  • Loading branch information
kense-lab authored Feb 21, 2024
2 parents 9ff7eba + 97160b2 commit fba74bd
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 fba74bd

Please sign in to comment.