Skip to content
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

Closed
3 tasks done
rhysmdnz opened this issue Jul 28, 2020 · 4 comments · Fixed by python-poetry/poetry-core#55
Closed
3 tasks done

Missing asgiref dependency for django #2734

rhysmdnz opened this issue Jul 28, 2020 · 4 comments · Fixed by python-poetry/poetry-core#55
Labels
area/core Related to the poetry-core library kind/bug Something isn't working as expected status/waiting-on-core Requires changes to poetry-core first
Milestone

Comments

@rhysmdnz
Copy link

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-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.

$ poetry show django
name         : django
version      : 3.0.8
description  : A high-level Python Web framework that encourages rapid development and clean, pragmatic design.

dependencies
 - pytz *
 - sqlparse >=0.2.2
@rhysmdnz rhysmdnz added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Jul 28, 2020
@abn
Copy link
Member

abn commented Jul 28, 2020

@rhysmdnz can you try #2722 please?

Was still able to reproduce the issue.

abn added a commit to abn/poetry-core that referenced this issue Jul 28, 2020
abn added a commit to python-poetry/poetry-core that referenced this issue Jul 28, 2020
@abn abn added area/core Related to the poetry-core library and removed status/triage This issue needs to be triaged labels Jul 28, 2020
@RobRoseKnows
Copy link

Workaround for now is just to install asgiref 3.2.10 manually using poetry add. Perhaps this Django commit has something to do with it, since they bumped the version.

@abn abn added the status/waiting-on-core Requires changes to poetry-core first label Aug 19, 2020
@abn abn added this to the 1.1 milestone Aug 19, 2020
@PetterS
Copy link
Contributor

PetterS commented Sep 8, 2020

@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?

Copy link

github-actions bot commented Mar 3, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/core Related to the poetry-core library kind/bug Something isn't working as expected status/waiting-on-core Requires changes to poetry-core first
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants