Skip to content

Commit 7033a0f

Browse files
authored
#183 relax lxml version constraint
1 parent 1074ee7 commit 7033a0f

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
@@ -53,7 +53,7 @@ dependencies = [
5353
"dateparser >= 1.1.2", # 1.1.3+ slower
5454
# see tests on Github Actions
5555
"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'",
56+
"lxml >= 5.3.0 ; platform_system != 'Darwin' or python_version > '3.8'",
5757
"python-dateutil >= 2.9.0.post0",
5858
"urllib3 >= 1.26, < 3",
5959
]

0 commit comments

Comments
 (0)