You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⠙ Resolving dependencies...
warning: The direct dependency `urllib3` is unpinned. Consider setting a lower bound when using `--resolution-strategy lowest` to avoid using outdated versions.
Resolved 1 package in 1.30s
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt --resolution lowest
urllib3==0.3
# via test (pyproject.toml)
Expected warning:
warning: The direct dependency `urllib3` is unpinned. Consider setting a lower bound when using `--resolution lowest` to avoid using outdated versions.
$ uv --version
uv 0.4.25 (97eb6ab4a 2024-10-21)
The text was updated successfully, but these errors were encountered:
Issue
Warning message contains
--resolution-strategy
, which is not a valid option.It should be
--resolution
instead (docs).Warning got added here: #5953
Example
pyproject.toml
:Command:
Output:
Expected warning:
The text was updated successfully, but these errors were encountered: