Skip to content

Commit a577112

Browse files
committed
Hack to return correct content type if multiple request types are matched by rdflib
1 parent 0681348 commit a577112

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

poetry.lock

Lines changed: 11 additions & 8 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
@@ -9,7 +9,7 @@ license = {text = "GPL-3.0-or-later"}
99
readme = "README.md"
1010
requires-python = ">=3.9,<4.0.0"
1111
dependencies = [
12-
"rdflib-endpoint (>=0.5.1,<0.6.0)",
12+
"rdflib-endpoint @ git+https://github.com/white-gecko/rdflib-endpoint@fix-content-type",
1313
"uvicorn (>=0.34.0,<0.35.0)",
1414
]
1515

0 commit comments

Comments
 (0)