Skip to content

Commit

Permalink
Merge pull request #75 from Rongronggg9/lxml5
Browse files Browse the repository at this point in the history
Add lxml ^5.0.0 support while keeping the ^4.6.2 support
  • Loading branch information
kurtmckee authored Mar 28, 2024
2 parents 63f4603 + 1137d9e commit e44ddec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.d/20231230_135332_rongronggg9_support_lxml_5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Added
-----

* Add ``^5.0.0`` support for ``lxml`` while keeping the ``^4.6.2`` support.
No actual code changes were required as the breaking changes does not
affect our usage.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
python = ">=3.8"
# The dependencies here must match the minimums tested in `tox.ini`.
requests = {version = "^2.25.1", optional = true}
lxml = {version = "^4.6.2", optional = true}
lxml = {version = ">=4.6.2,<6.0.0", optional = true}


[tool.poetry.extras]
Expand Down

0 comments on commit e44ddec

Please sign in to comment.