You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: unbound transitive dependencies should not conflict with top level dependency (#4488)
**Summary**
Fixes#3780, and makes the failing test from #3779 passing.
As a final step of package resolution, for each dependency we check whether any version satisfies all resolved version ranges.
**Test plan**
Fixes an existing (failing) test: "unbound transitive dependencies should not conflict with top level dependency"
0 commit comments