Skip to content

Commit d0b024e

Browse files
bundoleeclaude
andcommitted
chore(deps): require Python 3.10+ and consolidate dependencies
- Bump minimum Python version from 3.9 to 3.10 - Update ruff target-version to py310 - Consolidate filelock to 3.20.3 (fixes remaining security alerts) - Remove Python 3.9-specific dependency variants Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent aa5c853 commit d0b024e

2 files changed

Lines changed: 128 additions & 1451 deletions

File tree

python/opendataloader-pdf/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
description = "A Python wrapper for the opendataloader-pdf Java CLI."
55
readme = "README.md"
66
license = "MPL-2.0"
7-
requires-python = ">=3.9"
7+
requires-python = ">=3.10"
88
authors = [
99
{ name = "opendataloader-project", email = "open.dataloader@hancom.com" }
1010
]
@@ -65,7 +65,7 @@ line-length = 100
6565

6666
[tool.ruff]
6767
line-length = 100
68-
target-version = "py39"
68+
target-version = "py310"
6969
exclude = ["dist", "build"]
7070

7171
[tool.ruff.lint]

0 commit comments

Comments
 (0)