Skip to content

Commit 8da4e29

Browse files
jhgitedmondchuc
andauthored
Allow lxml 6 (#3219)
* Allow lxml 6 rdflib builds with lxml 6.0.1 - the current latest release. * chore: run poetry lock --------- Co-authored-by: Edmond Chuc <[email protected]>
1 parent 2ec47c3 commit 8da4e29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ networkx = ["networkx >=2,<4"]
7676
html = ["html5rdf >=1.2.1,<2"]
7777
# lxml support is optional, it is used only for parsing XML-formatted SPARQL results
7878
lxml = [
79-
'lxml >=4.8.0,<6.0; python_version <"3.11"',
80-
'lxml >=4.9.3,<6.0; python_version >="3.11"',
79+
'lxml >=4.8.0,<7.0; python_version <"3.11"',
80+
'lxml >=4.9.3,<7.0; python_version >="3.11"',
8181
]
8282
orjson = ["orjson >=3.9.14,<4"]
8383

0 commit comments

Comments
 (0)