Add lowest-direct to input documentation

This commit is contained in:
Ramona T 2026-03-26 18:34:35 -04:00 committed by GitHub
parent 83519d7ee3
commit 3261177956
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ Have a look under [Advanced Configuration](#advanced-configuration) for detailed
# Path to a file containing the version of uv to install (default: searches uv.toml then pyproject.toml)
version-file: ""
# Resolution strategy when resolving version ranges: 'highest' or 'lowest'
# Resolution strategy when resolving version ranges: 'highest', 'lowest', or 'lowest-direct'
resolution-strategy: "highest"
# The version of Python to set UV_PYTHON to