Skip to content

How to understand the pinned version in default update strategy --update-resure. #2890

Answered by frostming
huxuan asked this question in Q&A
Discussion options

You must be logged in to vote

eager means the selected dependency(in pyproject.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 as update-all

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@huxuan
Comment options

@frostming
Comment options

Answer selected by huxuan
@huxuan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants