setup_uv: honour a project's required-version pin - #58
Merged
Merged
Conversation
Contributor
Try this branchThe engine and the scripts resolve independently, so a production script can COMMUNITY_SCRIPTS_CORE_URL=https://raw.githubusercontent.com/community-scripts/core/feat/uv-honour-project-pin \
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/debian.sh)"Swap Run a script from a fork as wellcurl -fsSL https://raw.githubusercontent.com/community-scripts/core/feat/uv-honour-project-pin/tools/run.sh |
bash -s -- https://raw.githubusercontent.com/YOU/ProxmoxVED/your-branch ct/debian.sh \
https://raw.githubusercontent.com/community-scripts/core/feat/uv-honour-project-pinNote that Useful flags while testing
|
12 tasks
uv refuses to run when the project pins a required-version it does not match, in either direction, so RomM's ==0.12.13 fails against both the 0.10.3 a container was built with and the 0.12.17 an update installs. An optional project directory makes setup_uv read that pin. Without the argument nothing changes, so all 115 existing call sites keep working. Only the exact == form is read; a range falls through to latest.
MickLesk
force-pushed
the
feat/uv-honour-project-pin
branch
from
September 22, 2026 12:32
90db5cc to
ad49854
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✍️ Description
uv refuses to run when the project pins a required-version it does not match, in either direction, so RomM's ==0.12.13 fails against both the 0.10.3 a container was built with and the 0.12.17 an update installs.
Build an helper overall scripts -> An optional project directory makes setup_uv read that pin. Without the argument nothing changes, so all 115 existing call sites keep working. Only the exact == form is read; a range falls through to latest.
🔗 Related Issue
Related to community-scripts/ProxmoxVE#17425
✅ Prerequisites (X in brackets)
API.txtwas updated to match.🤖 AI Assistance (X in brackets)
🛠️ Type of Change (X in brackets)
README,docs/,CONTRIBUTING.md, or other docs.