mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 22:10:10 +08:00
[channels] Bump to 4.3.* (#14490)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "4.2.*"
|
||||
version = "4.3.*"
|
||||
upstream_repository = "https://github.com/django/channels"
|
||||
requires = ["django-stubs>=4.2,<5.3", "asgiref"]
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ DaphneProcess: TypeAlias = Any # TODO: temporary hack for daphne.testing.Daphne
|
||||
_StaticWrapper: TypeAlias = Callable[[ProtocolTypeRouter], _ChannelApplication]
|
||||
|
||||
def make_application(*, static_wrapper: _StaticWrapper | None) -> Any: ...
|
||||
def set_database_connection() -> None: ...
|
||||
|
||||
class ChannelsLiveServerTestCase(TransactionTestCase):
|
||||
host: ClassVar[str] = "localhost"
|
||||
|
||||
Reference in New Issue
Block a user