Skip to content

Git SHAs are resolved twice when used as direct references #2673

@charliermarsh

Description

@charliermarsh

E.g., notice that the "Updated" portion appears twice here:

❯ uv pip install git+https://github.com/tiangolo/fastapi
 Updated https://github.com/tiangolo/fastapi (8bfed9a)
 Updated https://github.com/tiangolo/fastapi (8bfed9a)
Resolved 9 packages in 868ms
   Built fastapi @ git+https://github.com/tiangolo/fastapi@8bfed9aee2401a937bc38f336Downloaded 4 packages in 280ms
Installed 7 packages in 3ms
 + annotated-types==0.6.0
 + anyio==4.3.0
 + fastapi==0.110.0 (from git+https://github.com/tiangolo/fastapi@8bfed9aee2401a937bc38f336cddd903722c5286)
 + pydantic==2.6.4
 + pydantic-core==2.16.3
 + starlette==0.36.3
 + typing-extensions==4.10.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingperformancePotential performance improvement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions