Skip to content

Commit 8c89c7f

Browse files
committed
chore: relax rdflib constraint
1 parent 742937c commit 8c89c7f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.rst"
77

88
[tool.poetry.dependencies]
99
python = "^3.9"
10-
rdflib = "^6.1.1"
10+
rdflib = ">=6.0.0,<8.0.0"
1111
Markdown = "^3.3.7"
1212
dominate = "^2.6.0"
1313
html5lib = "^1.1"

0 commit comments

Comments
 (0)