Results 15 comments of Di-Is

I noticed later that the current project interface (e.g. `uv sync`) does not read `override-dependencies` and `constraint-dependencies` from uv.toml. Should project interface commands respect `constraint-dependencies` and `override-dependencies` in this file?...

> I believe it does, but only from the workspace root. Are you seeing otherwise? The user-level configuration (~/.config/uv/uv.toml) might be worth respecting.

For reference, it appears that cargo allows dependencies to be overridden from user-level settings. https://doc.rust-lang.org/cargo/reference/config.html#patch

> I believe it does, but only from the workspace root. Are you seeing otherwise? Sorry, I misread your answer. `uv pip install` and `uv pip compile` respect `override-dependencies` and...

> I think it's important for this to be scoped to the project to avoid different resolutions for a project per developer. Ok, that is correct. To avoid user confusion,...