We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2d7e3 commit c83e4d4Copy full SHA for c83e4d4
2 files changed
pyproject.toml
@@ -2,7 +2,7 @@
2
# PEP 621 project metadata
3
# See https://www.python.org/dev/peps/pep-0621/
4
name = "graia-amnesia"
5
-version = "0.11.4"
+version = "0.11.5"
6
authors = [
7
{name = "GreyElaina", email = "GreyElaina@outlook.com"},
8
{name = "RF-Tar-Railt", email = "rf_tar_railt@qq.com"}
src/graia/amnesia/builtins/asgi/uvicorn.py
@@ -16,7 +16,6 @@
16
from .common import empty_asgi_handler
17
from .middleware import DispatcherMiddleware
18
19
-
20
LOOP_FACTORIES["winloop"] = "graia.amnesia.builtins.asgi.winloop:winloop_loop_factory"
21
22
0 commit comments