Skip to content

Commit

Permalink
Merge pull request #1513 from BoostryJP/hotfix/uvicorn-spurious-proto…
Browse files Browse the repository at this point in the history
…col-errors

Update uvicorn to 0.27.1 to fix LocalProtocolError caused by pipelined requests
  • Loading branch information
YoshihitoAso authored May 10, 2024
2 parents bb873b9 + 52e1814 commit adc6fce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 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 @@ -19,7 +19,7 @@ PyMySQL = {extras = ["rsa"], version = "~1.1.0"}
psycopg = {extras = ["c"], version = "^3.1.12"}
pydantic = {extras = ["email"], version = "~2.5.2"}
sqlalchemy = "~2.0.21"
uvicorn = "~0.23.2"
uvicorn = "~0.27.1"
web3 = "~6.11.3"
tzdata = "^2023.3"
alembic = "^1.12.1"
Expand Down

0 comments on commit adc6fce

Please sign in to comment.