Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn when there are missing bounds on transitive deps in lowest #5953

Merged
merged 3 commits into from
Aug 9, 2024

Commits on Aug 9, 2024

  1. Warn when there are missing bounds on transitive deps in lowest

    Warn when there are missing bounds on transitive dependencies with `--resolution lowest`.
    
    Implemented as a lazy resolution graph check. Dev deps are odd because they are missing the edge from the root that extras have, but this is more complex because we can put dev dep information in a `Requirement` so i special cased them here.
    
    Closes #2797
    Should help with #1718
    konstin committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    62b3d37 View commit details
    Browse the repository at this point in the history
  2. Update crates/uv-resolver/src/resolution/graph.rs

    Co-authored-by: Ibraheem Ahmed <[email protected]>
    konstin and ibraheemdev committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2bec34b View commit details
    Browse the repository at this point in the history
  3. Update message

    konstin committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    45ce5bb View commit details
    Browse the repository at this point in the history