Skip to content

Commit

Permalink
release: 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGlassBlock committed Jun 23, 2022
1 parent d53daf4 commit d28841a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PEP 621 project metadata
# See https://www.python.org/dev/peps/pep-0621/
name = "graia-amnesia"
version = "0.5.2"
version = "0.5.3"
authors = [
{name = "GreyElaina", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion src/graia/amnesia/builtins/aiohttp.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
WSMsgType,
web,
)
from launart import ExportInterface, Service
from launart.manager import Launart
from launart.utilles import wait_fut
from loguru import logger
Expand Down Expand Up @@ -69,7 +70,6 @@
from graia.amnesia.transport.rider import TransportRider
from graia.amnesia.transport.signature import TransportSignature
from graia.amnesia.utilles import random_id
from launart import ExportInterface, Service


class AiohttpConnectionStatus(ConnectionStatus):
Expand Down
2 changes: 1 addition & 1 deletion src/graia/amnesia/builtins/starlette.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from weakref import WeakValueDictionary

import yarl
from launart import ExportInterface, Service
from launart.utilles import wait_fut
from starlette.applications import Starlette
from starlette.requests import Request
Expand Down Expand Up @@ -38,7 +39,6 @@
from graia.amnesia.transport.exceptions import ConnectionClosed
from graia.amnesia.transport.rider import TransportRider
from graia.amnesia.utilles import random_id
from launart import ExportInterface, Service


class StarletteServer(ASGIHandlerProvider):
Expand Down
2 changes: 1 addition & 1 deletion src/test_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from graia.amnesia.transport.common.http import HttpEndpoint
from graia.amnesia.transport.common.http.extra import HttpRequest, HttpResponse
from graia.amnesia.transport.common.http.io import (
AbstactClientRequestIO,
AbstractClientRequestIO,
AbstractServerRequestIO,
)
from graia.amnesia.transport.common.status import ConnectionStatus
Expand Down

0 comments on commit d28841a

Please sign in to comment.