cdb39
Results
1
comments of
cdb39
Version conflicts installing lock file when multiple git dependencies rely on another git dependency
I'm getting a similar issue with uv 0.7.2 and the following setup: Project B depends on Project A and specifies: ``` [tool.uv.sources] A = { git = "ssh://git@github/A.git", rev =...