Skip to content

Commit

Permalink
Merge pull request #33 from Aiven-Open/peter/allow-lxml-5
Browse files Browse the repository at this point in the history
Allow lxml version 5 and newer
  • Loading branch information
carteranz authored Sep 19, 2024
2 parents 7972bf3 + a9f2332 commit 319f29a
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 319f29a

Please sign in to comment.