Skip to content

Commit 9ed6292

Browse files
authored
Accept lxml 6.x
1 parent a2eeeb7 commit 9ed6292

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
@@ -27,7 +27,7 @@ classifiers = [
2727
"Topic :: Software Development :: Libraries :: Python Modules",
2828
]
2929
dependencies = [
30-
"lxml >= 5.2.1, < 6", # Ubuntu 24.04 LTS
30+
"lxml >= 5.2.1, < 7", # Ubuntu 24.04 LTS
3131
"cryptography >= 43", # Required to support client certificate validation
3232
"certifi >= 2023.11.17", # Ubuntu 24.04 LTS
3333
# "tsp-client >= 0.1.3",

0 commit comments

Comments
 (0)