Skip to content

Commit 68cda1e

Browse files
fix: allow to use lxml >= 6.0.0 so it works with libxml2 2.15
1 parent 0f601d0 commit 68cda1e

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)