Skip to content

[nit] uv pip install lists updating, updated for git source #13513

@wyattscarpenter

Description

@wyattscarpenter

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions