[channels] Bump to 4.3.* (#14490)

This commit is contained in:
Brian Schubert
2025-07-29 03:08:02 -04:00
committed by GitHub
parent 9ab7fde0a0
commit 29be85e463
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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"]
+1
View File
@@ -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"