We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2eeeb7 commit 9ed6292Copy full SHA for 9ed6292
1 file changed
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
"Topic :: Software Development :: Libraries :: Python Modules",
28
]
29
dependencies = [
30
- "lxml >= 5.2.1, < 6", # Ubuntu 24.04 LTS
+ "lxml >= 5.2.1, < 7", # Ubuntu 24.04 LTS
31
"cryptography >= 43", # Required to support client certificate validation
32
"certifi >= 2023.11.17", # Ubuntu 24.04 LTS
33
# "tsp-client >= 0.1.3",
0 commit comments