Skip to content

Commit

Permalink
Fix uvicorn[standard] version
Browse files Browse the repository at this point in the history
Uvicorn was updated to version 0.23.2 in 2590d8a, but the version number
for `uvicorn[standard]` was not updated correspondingly. This commit
will update the `uvicorn[standard]` version number to 0.23.2.
  • Loading branch information
br3ndonland committed Nov 12, 2023
1 parent 141d8e5 commit be409c4
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 @@ -62,7 +62,7 @@ uvicorn-fast = [
"websockets>=10.4",
]
uvicorn-standard = [
"uvicorn[standard]==0.22.0",
"uvicorn[standard]==0.23.2",
]

[project.urls]
Expand Down

0 comments on commit be409c4

Please sign in to comment.