pdm gets stuck in an infinite loop resolving packages when use_uv
is true
and using dynamic version number
#3207
Labels
use_uv
is true
and using dynamic version number
#3207
when using a dynamic version number (
[tool.pdm.version]
), it seems to get caught in an infinite loop when resolving packages.Steps to reproduce
pyproject.toml
:pdm config -l use_uv true
pdm sync -v
Actual behavior
gets stuck in an infinite loop
output of `pdm sync -v`
(it continues like this forever)
Expected behavior
it syncs successfully
Environment Information
The text was updated successfully, but these errors were encountered: