-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Omit dynamic versions from the lockfile (#10622)
## Summary This PR modifies the lockfile to omit versions for source trees that use `dynamic` versioning, thereby enabling projects to use dynamic versioning with `uv.lock`. Prior to this change, dynamic versioning was largely incompatible with locking, especially for popular tools like `setuptools_scm` -- in that case, every commit bumps the version, so every commit invalidates the committed lockfile. Closes #7533.
- Loading branch information
1 parent
d20a48a
commit 0617fd5
Showing
28 changed files
with
935 additions
and
311 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.