The [tool.uv.sources] block pinned xclif to
/Users/bryanhu/Developer/current/XClif/xclif, the upstream maintainer's
local checkout. uv honors this override on every machine, so any other
developer running uv tool install . (or any uv resolve in this repo)
fails with:
Distribution not found at: file:///Users/bryanhu/Developer/current/XClif/xclif
Drop the override so uv resolves xclif>=0.4.3 from PyPI normally, where
0.5.1 is published and contains everything this project depends on.
Regenerate uv.lock against the registry source.
Closes thatxliner/codeberg-cli#2
The [tool.uv.sources] block pinned xclif to
/Users/bryanhu/Developer/current/XClif/xclif, the upstream maintainer's
local checkout. uv honors this override on every machine, so any other
developer running `uv tool install .` (or any uv resolve in this repo)
fails with:
Distribution not found at: file:///Users/bryanhu/Developer/current/XClif/xclif
Drop the override so uv resolves xclif>=0.4.3 from PyPI normally, where
0.5.1 is published and contains everything this project depends on.
Regenerate uv.lock against the registry source.
Closes thatxliner/codeberg-cli#2