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 1074ee7 commit 7033a0fCopy full SHA for 7033a0f
1 file changed
pyproject.toml
@@ -53,7 +53,7 @@ dependencies = [
53
"dateparser >= 1.1.2", # 1.1.3+ slower
54
# see tests on Github Actions
55
"lxml == 4.9.2 ; platform_system == 'Darwin' and python_version <= '3.8'",
56
- "lxml >= 5.3.0, < 6 ; platform_system != 'Darwin' or python_version > '3.8'",
+ "lxml >= 5.3.0 ; platform_system != 'Darwin' or python_version > '3.8'",
57
"python-dateutil >= 2.9.0.post0",
58
"urllib3 >= 1.26, < 3",
59
]
0 commit comments