Skip to content

Commit 8885222

Browse files
committed
fix: restrict licensecheck to Python <4.0 for compatibility
1 parent b09a332 commit 8885222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ types-greenlet = "^3.1.0.20241221"
123123
types-pexpect = "^4.9.0.20241208"
124124
types-unidiff = "^0.7.0.20240505"
125125
uv = ">=0.6.2"
126-
licensecheck = "^2025.1.0"
126+
licensecheck = { version = "^2025.1.0", markers = "python_version < '4.0'" }
127127

128128
[tool.poetry.build]
129129
script = "codeflash/update_license_version.py"

0 commit comments

Comments
 (0)