Tag: Python
All the articles with the tag "Python".
-
uv tool list --outdated Lies About Git-Installed Packages
uv tool list --outdated checks PyPI, not Git. When a name collision exists, you get false updates. Here's the root cause and a working fix with code.