Skip to content

Commit 08e0519

Browse files
chore: add comment about uv pinning
1 parent bb84077 commit 08e0519

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ compat = [
4545
]
4646

4747
[tool.uv]
48+
# Python builds change with uv versions, and we are quite susceptible to that.
49+
# We pin uv to to make sure reproducibility is maintained for any contributor.
4850
required-version = "0.9.5"
4951

5052
[tool.uv.sources]

0 commit comments

Comments
 (0)