This is a bugfix release that fixes a few edge cases. The first issue involves corrupt channel URLs when updating with micromamba. For the second, conda-lock
would fail to parse pip
lines containing --hash
.
What's Changed
Bugfix
- Fix
conda-lock --update --micromamba
by @maresb in #626 - Add support for pip hash checking by @sfinkens in #629
Maintenance
New Contributors
Full Changelog: v2.5.6...v2.5.7