Skip to content

Commit

Permalink
Allow lxml version 5 and newer
Browse files Browse the repository at this point in the history
lxml 5 is now released and is the default version shipped on Fedora
versions 40 and above. The tests still pass if we use this version, and
there is nothing in the changelog that sounds like it would break our
usage, so removing this version constraing.
  • Loading branch information
allhailwesttexas committed Sep 19, 2024
1 parent 7972bf3 commit a9f2332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"requests>=2.27.1,<3",
"python-dateutil>=2.8.1,<3",
"botocore>=1.23.50,<2",
"lxml>=4.6.5,<5",
"lxml>=4.6.5",
"zstandard>=0.21.0",
]

Expand Down

0 comments on commit a9f2332

Please sign in to comment.