generated from br3ndonland/template-python
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit will update/upgrade to [Uvicorn 0.25.0](https://github.com/encode/uvicorn/releases). Uvicorn 0.25.0 adds support for the WebSocket Denial Response ASGI extension. This is used in certain cases in which a WebSocket app needs to reject a connection and return a custom response. Uvicorn 0.25.0 also includes some corrections to the type annotations on `uvicorn.run()`. `inboard.types.UvicornOptions` already included correct type annotations that match these corrections, so no changes are needed.
- Loading branch information
1 parent
a1cfb84
commit 4cc018b
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters