Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build = [
"attrdict==2.0.1",
"polib==1.2.0",
"setuptools-scm>=8",
"setuptools>=64,<71",
"setuptools>=64,<83",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blocking: CI linting fails because uv.lock is out of sync with this constraint change. The uv-lock pre-commit hook regenerated the lockfile during CI ("files were modified by this hook") but those changes weren't committed.

Dependabot only updates pyproject.toml, not uv.lock. A maintainer needs to check out this branch, run uv lock, and push the updated lockfile.

praise: The project's uv-lock pre-commit hook correctly caught this — good defensive tooling that prevents stale lockfiles from reaching main.

]
dev = ["prek"]

Expand Down
Loading