-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing asgiref dependency for django #2734
Comments
Workaround for now is just to install asgiref 3.2.10 manually using |
@abn any progress on this issue? Causes us some grief every time we try to use Poetry beta for locking. I think it is fixed and that we are just waiting for a new beta release, correct? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
The asgiref dependency for django doesn't show up in the list of resolved dependencies. As far as i can see it's listed in the pypi json as
"asgiref (~=3.2)"
. This was working yesterday and I'm not sure what's changed. As far as I'm aware my python environment and poetry version haven't.The text was updated successfully, but these errors were encountered: