Skip to content

Commit 884f4cf

Browse files
authored
Pin flit_core build dependency to exact version (#4891)
## Summary - Pin `flit_core` from `>=3.11,<4` to `==3.12.0` in `python/pyproject.toml` - `uv lock` doesn't lock build-system dependencies, so an unpinned range allows non-reproducible builds This pull request was AI-assisted by Isaac.
1 parent 0b5e4a3 commit 884f4cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
]
1616

1717
[build-system]
18-
requires = ["flit_core >=3.11,<4"]
18+
requires = ["flit_core==3.12.0"]
1919
build-backend = "flit_core.buildapi"
2020

2121
[dependency-groups]

0 commit comments

Comments
 (0)