1.1.0b3: Regression in handling python version constraints when running add/update #2950
Labels
kind/bug
Something isn't working as expected
status/waiting-on-core
Requires changes to poetry-core first
Milestone
The
1.1.0b3
release introduces a regression inadd
/update
command handling of a dependency'spython
version constriants.For example when attempting to update poetry's own dependencies, this happens.
The specification for
pre-commit
is correct and as expected.Re-adding with exact constraints fail as well, but with
futures
(python 2 only dependency).The text was updated successfully, but these errors were encountered: