Skip to content

Commit 6caaa0a

Browse files
committed
fix(deps): restore filelock-lts dependency for Python 3.7-3.9
1 parent d5f216e commit 6caaa0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ dependencies = [
4242
"typer>=0.4.0",
4343
"rich>=10.0.0",
4444

45-
# Filelock: vendored for <3.10, external for >=3.10 (CVE-2025-68146)
45+
# Filelock: LTS backport for <3.10, official for >=3.10 (CVE-2025-68146)
46+
"filelock-lts>=2025.68146; python_version < '3.10'",
4647
"filelock>=3.20.1; python_version >= '3.10'",
4748

4849
# Packaging version splits - CRITICAL: pip-audit needs >=21.0 on ALL versions

0 commit comments

Comments
 (0)