-
Notifications
You must be signed in to change notification settings - Fork 251
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
Fix the parsing of wildcards dependency constraints #186
Conversation
I think this fix is incorrect, as |
Hello @bentheiii,
Please don't call it a "fix" (even it's in the title ;) ). It's a (temporary) workaround, to mimic pip's wrong behavior of allowing this kind of invalid PEP 440 constraint. Otherwise to many packages cannot be installed anymore. (See also: https://discuss.python.org/t/pep-440-wildcard-usage-in-comparison-clause/10045) |
It is indeed a pretty unclear whether |
Would it be possible to make a prerelease that contains this fix/workaround? We are trying to use newer features of poetry but this issue is holding us back. |
@furlongm is there a reason not to install from |
Mostly a desire to pin the poetry dependencies at a specific version so it's not a moving target - also don't always have access to github but do have a pypi mirror, so released versions are a lot more accessible. |
Resolves: python-poetry/poetry#4176