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

Poetry 1.1.0b1 missing dependencies #2876

Closed
3 tasks done
brendongo opened this issue Sep 1, 2020 · 2 comments
Closed
3 tasks done

Poetry 1.1.0b1 missing dependencies #2876

brendongo opened this issue Sep 1, 2020 · 2 comments
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

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

Hi, I was trying out the beta release and thought you might find this bug interesting.

When switching from 1.0.10 to 1.1.0b1 poetry misses two sub-dependencies. To reproduce: run poetry install with 1.0.10 and note that jsonschema is in the poetry.lock file. When using 1.1.0b1 jsonschema is no longer in the lockfile.

@abn
Copy link
Member

abn commented Sep 1, 2020

This was resolved with python-poetry/poetry-core#55 will be fixed in mainline poetry with the next poetry-core release. In the meanwhile if you wish to use the fix you can do so by updating poetry-core manually.

If you have installed poetry using pipx you can do something like this. Obviously this assumes this is a fresh install of poetry.

pipx install --pip-args='--pre' poetry
pipx inject --pip-args='--force' poetry 'poetry-core @ git+https://github.com/python-poetry/poetry-core.git'

@abn abn added this to the 1.1 milestone Sep 1, 2020
@abn abn added area/core Related to the poetry-core library status/waiting-on-core Requires changes to poetry-core first and removed status/triage This issue needs to be triaged labels Sep 1, 2020
@abn abn closed this as completed Sep 19, 2020
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

No branches or pull requests

2 participants