-
Background: I have a project with So my questions would be:
[1] /~https://github.com/serious-scaffold/ss-python/blob/3e6e0728bafc33b3a15a244a756d003b2409f54e/pyproject.toml#L22 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I don't think there is much to respond because it is documented at https://pdm-project.org/en/latest/usage/dependency/#about-update-strategy. For your use case I would recommend |
Beta Was this translation helpful? Give feedback.
eager
means the selected dependency(inpyproject.toml
) and its recursive dependencies.When no package is given, the dependencies from
pyproject.toml
will be used, but since all locked packages(=pinned versions) come from those dependencies, this is nearly the same asupdate-all