mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 05:03:46 +00:00
## Summary It turns out we were omitting empty dependency groups from the lockfile metadata, which was then causing us to reject locks when empty groups were defined. We now include them (that section of the lock is meant to be a true representation of the metadata, and an empty-but-defined group is different from an absent group), though we can ignore them for validation, since it doesn't affect any behavior. Closes https://github.com/astral-sh/uv/issues/8581. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||