Closed
Description
In commit 61df0e2 the middleware started using function iscoroutinefunction
from asgiref.sync
. This function is introduced in version 3.6.0.
It seems that this commit also introduced a hard dependency on asgiref which previously didn't exist (the use in models.py is conditional).
The easy fix is to add a versioned requirement for asgiref.
Metadata
Metadata
Assignees
Labels
No labels