Levi Cowan

Results 2 issues of Levi Cowan

Working with private git repos that require a username and token to resolve seems to fail in `uv`: ``` uv pip install '{packagename} @ git+https://{username}@github.com/{organization}/{packagename}.git' Updating https://{username}/ (github.com/{organization}/{packagename}.git) error: Failed...

bug

Platform: Linux uv version: 0.1.10 I can't seem to get `uv` to resolve private dependencies listed in a package's `pyproject.toml` file. For example: ```bash $ uv pip install ' @...