<!-- Thank you for taking the time to report an issue! We're glad to have you involved with uv. If you're filing a bug report, please consider including the following information: * A minimal code snippet that reproduces the bug. * The command you invoked (e.g., `uv pip sync requirements.txt`), ideally including the `--verbose` flag. * The current uv platform. * The current uv version (`uv --version`). --> ``` $ uv pip install -r dev-requirements.txt -r requirements.txt error: Multiple index URLs specified: `https://us-central1-python.pkg.dev/repo/python/simple/` vs.` https://us-central1-python.pkg.dev/repo/python/simple/ $ uv --version uv 0.1.22 ```