Upgrade rattler dependency family - #56
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade the rattler dependency family separately from the experimental conda-fleet API work.
This bumps the direct rattler-family requirements in
Cargo.toml:rattler:0.43->0.45rattler_cache:0.8->0.10rattler_conda_types:0.46->0.47rattler_lock:0.30->0.31Cargo.lockwas regenerated withcargo generate-lockfile.Compatibility Change
rattler_cache::PackageCache::get_or_fetch_from_pathnow takes a third optional cache reporter argument, so the bundle-cache path now passesNoneexplicitly.Why
PR #45 needs the newer rattler stack for downstream integration compatibility. Splitting the dependency alignment into this PR keeps the conda-fleet API review focused on API shape and install orchestration behavior.
Validation
Ran successfully:
cargo fmt --checkcargo test --lockedcargo clippy --all-targets -- -D warningspixi run lintpixi run -e test pytest