-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
I have some git sources in my requirements.txt file, like so:
feedparser @ git+https://github.com/kurtmckee/feedparser@6c2a412a1569303c6c02d82ef38c08e19f81315e
When I run uv pip install -r requirements.txt, I get output like
Updating https://github.com/kurtmckee/feedparser (6c2a412a1569303c6c02d82ef38c08e19f81315e)
which then overwrites itself to become
Updated https://github.com/kurtmckee/feedparser (6c2a412a1569303c6c02d82ef38c08e19f81315e)
This is not technically correct, because the dependency did not update. (I'm even pinned to the same commit hash!) It simply (I gather) checked if it should update, and then did not. So, more-accurate verbiage should be emitted, or perhaps no verbiage should be emitted.
Platform
Windows 10
Version
uv 0.7.5 (9d1a14e 2025-05-16)
Python version
Python 3.12.8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working