Skip to content

Commit 7e198b5

Browse files
committed
[channels] Relax django-stubs dependency
1 parent 50ec910 commit 7e198b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/channels/METADATA.toml

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

55
[tool.stubtest]
66
mypy_plugins = ['mypy_django_plugin.main']

0 commit comments

Comments
 (0)