Skip to content

Commit b5c3f96

Browse files
bearomorphismLee-W
andauthored
Update docs/config/version_provider.md
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
1 parent fdfb4ae commit b5c3f96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/config/version_provider.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ version = "0.1.0" # Managed by Commitizen
9595

9696
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.
9797

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+
98102
**Use when:**
99103
- You're using `uv` as your Python package manager
100104
- You want version synchronization between `pyproject.toml` and `uv.lock`

0 commit comments

Comments
 (0)