Skip to content

Commit

Permalink
Update to Uvicorn 0.28.1
Browse files Browse the repository at this point in the history
This commit will update/upgrade to Uvicorn 0.28.1.
[Changes](encode/uvicorn@0.25.0...0.28.1)
to Uvicorn between 0.25.0 and 0.28.1 include updates to `root_path`/
`--root-path` to comply with the ASGI spec, and fixes to `Keep-Alive`
behavior to avoid timeouts and `h11.LocalProtocolError` exceptions that
occur when processing pipelined requests.
  • Loading branch information
br3ndonland committed Apr 27, 2024
1 parent bf4661e commit 6166a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"gunicorn==22.0.0",
"uvicorn==0.25.0",
"uvicorn==0.28.1",
]
description = "Docker images and utilities to power your Python APIs and help you ship faster."
dynamic = ["version"]
Expand Down Expand Up @@ -60,7 +60,7 @@ uvicorn-fast = [
"websockets>=10.4",
]
uvicorn-standard = [
"uvicorn[standard]==0.25.0",
"uvicorn[standard]==0.28.1",
]

[project.urls]
Expand Down

0 comments on commit 6166a66

Please sign in to comment.