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
Copy file name to clipboardExpand all lines: docs/config/version_provider.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,10 @@ version = "0.1.0" # Managed by Commitizen
95
95
96
96
Manages version in both `pyproject.toml` (`project.version`) and `uv.lock` (`package.version` for the matching package name). This ensures consistency between your project metadata and lock file.
97
97
98
+
99
+
!!! note
100
+
Even though uv follows PEP 621 format, `pep621` does not manage the version in `uv.lock`. `uv` is still suggested for uv users.
101
+
98
102
**Use when:**
99
103
- You're using `uv` as your Python package manager
100
104
- You want version synchronization between `pyproject.toml` and `uv.lock`
0 commit comments