mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
## Summary When syncing a lockfile, we need to respect credentials defined in the `pyproject.toml`, even if they won't be used for resolution. Unfortunately, this includes credentials in `tool.uv.sources`, `tool.uv.dev-dependencies`, `project.dependencies`, and `project.optional-dependencies`. Closes https://github.com/astral-sh/uv/issues/7453.