We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following change in resolvelib breaks the monkeypatching done by pdm:
sarugaku/resolvelib@eeceaf6#diff-9d16b368db940f0b65c2b9b5ba4d6ed3R71
When resolving dependencies the following error is thrown: [TypeError]: adding_requirement() missing 1 required positional argument: 'parent'
[TypeError]: adding_requirement() missing 1 required positional argument: 'parent'
Problem in pdm:
https://github.com/frostming/pdm/blob/927e4957360a28564a8246088c865135ccb3a784/pdm/resolver/core.py#L19
Make a clean install of pdm with newest dependencies updated: resolvelib version 0.4.0 Try to add any dependency to a project with pdm: pdm add ...
pdm add ...
The text was updated successfully, but these errors were encountered:
Already working on it, thanks for the report
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The following change in resolvelib breaks the monkeypatching done by pdm:
sarugaku/resolvelib@eeceaf6#diff-9d16b368db940f0b65c2b9b5ba4d6ed3R71
When resolving dependencies the following error is thrown:
[TypeError]: adding_requirement() missing 1 required positional argument: 'parent'
Problem in pdm:
https://github.com/frostming/pdm/blob/927e4957360a28564a8246088c865135ccb3a784/pdm/resolver/core.py#L19
How to reproduce:
Make a clean install of pdm with newest dependencies updated: resolvelib version 0.4.0
Try to add any dependency to a project with pdm:
pdm add ...
The text was updated successfully, but these errors were encountered: