Open neutrinoceros opened 1 month ago
Thanks for the report!
Related:
Thanks for the pointers. I looked for something similar before I opened this ticket but didn't find #6297. Feel free to close mine as a duplicate if it makes sense !
I'll tweak the title — we can track this separately, I think, even though it's similar.
Here's a scenario where I have a tool (say,
pre-commit
) installed against a uv-managed python interpreter (say 3.12.5) which also happens to be my only uv-managed python 3.12. Trying to upgrade to Python 3.12.6 results in a broken state where Python 3.12.5 is dropped under my tool.I can fix my tools easily enough by manually re-installing 3.12.5 (in co-existence with 3.12.6), but I can see two approaches to improve the user experience here: