Skip to content

Commit

Permalink
Update to Uvicorn 0.23.2
Browse files Browse the repository at this point in the history
This commit will update/upgrade to Uvicorn 0.23.2.
User-facing
[changes](encode/uvicorn@0.22.0...0.23.2)
since 0.22.0 include dropping support for Python 3.7, switching to a
vendored copy of `asgiref.typing` at `uvicorn._types`, and a small scope
change in `uvicorn.middleware.proxy_headers.ProxyHeadersMiddleware`.
  • Loading branch information
br3ndonland committed Sep 9, 2023
1 parent 62ec752 commit 7fa1d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
dependencies = [
"gunicorn==20.1.0",
"uvicorn==0.22.0",
"uvicorn==0.23.2",
]
description = "Docker images and utilities to power your Python APIs and help you ship faster."
dynamic = ["version"]
Expand Down

0 comments on commit 7fa1d52

Please sign in to comment.