Skip to content

Commit ec7cc39

Browse files
Merge pull request #103 from fabien-michel/fix-lxml-600
fix: allow to use lxml < 6.1.0 so it works with libxml2 2.15
2 parents 3b5719c + 68cda1e commit ec7cc39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030

3131
dependencies = [
3232
"requests>=2.32.3,<3.0.0",
33-
"lxml>=5.4.0,<6.0.0",
33+
"lxml>=5.4.0,<6.1.0",
3434
]
3535

3636
[project.urls]

0 commit comments

Comments
 (0)