fix: use new uv caching mechanism to determine freshness#5254
Merged
baszalmstra merged 3 commits intoprefix-dev:mainfrom Jan 13, 2026
Merged
fix: use new uv caching mechanism to determine freshness#5254baszalmstra merged 3 commits intoprefix-dev:mainfrom
baszalmstra merged 3 commits intoprefix-dev:mainfrom
Conversation
c4554cd to
183f51c
Compare
183f51c to
a354032
Compare
baszalmstra
approved these changes
Jan 9, 2026
|
#5256 might be related, seems very similar. |
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
Fixes the situation where you have a non-editable python project and it keeps reverting to the cached version. I've not seen this in the issue tracker yet. But I've reproduced it myself.
If you have something like
Then it does a non-editable install, changing any source files not really changes anything though. This used to work at some point but has regressed. This updates the code to use the new caching mechanisms into account.
We can now make a project like this an use the uv cache keys for autmated updating
This project will now be rebuilt any time a *.py file changes, and a new wheel will be created and cached.
How Has This Been Tested?
AI Disclosure
Tools: Claude Opus 4.5
Checklist: