conorvtx
Results
1
issues of
conorvtx
Version conflicts installing lock file when multiple git dependencies rely on another git dependency
16
When running ``` uv pip install -r requirements/lock.txt ``` I get something like ``` error: Requirements contain conflicting URLs for package `repo1`: - git+ssh://[email protected]/org/repo1.git - git+ssh://[email protected]/org/repo1.git@f6f1bd2f14f887fe63b15632d3a18109ab7a8105 ``` The lock file...
needs-decision