NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
21 stars 12 forks source link

`ParseConstraintError` when parsing dependency without a constraint with `poetry-core>=1.2.0` #66

Closed NiklasRosenstein closed 2 years ago

NiklasRosenstein commented 2 years ago

We're currently relying on the old behaviour that is fixed in https://github.com/python-poetry/poetry-core/pull/461 whereas an invalid constraint, such as an empty one, is treated as *. Now we have to be explicit about it.

NiklasRosenstein commented 2 years ago

fixed in b642744