Skip to content

Commit 29be85e

Browse files
[channels] Bump to 4.3.* (#14490)
1 parent 9ab7fde commit 29be85e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stubs/channels/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "4.2.*"
1+
version = "4.3.*"
22
upstream_repository = "https://github.com/django/channels"
33
requires = ["django-stubs>=4.2,<5.3", "asgiref"]
44

stubs/channels/channels/testing/live.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ DaphneProcess: TypeAlias = Any # TODO: temporary hack for daphne.testing.Daphne
1212
_StaticWrapper: TypeAlias = Callable[[ProtocolTypeRouter], _ChannelApplication]
1313

1414
def make_application(*, static_wrapper: _StaticWrapper | None) -> Any: ...
15+
def set_database_connection() -> None: ...
1516

1617
class ChannelsLiveServerTestCase(TransactionTestCase):
1718
host: ClassVar[str] = "localhost"

0 commit comments

Comments
 (0)