Skip to content

Commit c54c6f2

Browse files
amotlmwatts15
authored andcommitted
Chore: Update to rdflib>=6, lower versions are failing the tests
With rdflib-5.x, `testDefaultGraph` produces: AttributeError: property 'name' of 'Param' object has no setter
1 parent 844963a commit c54c6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
],
4545
install_requires=[
4646
"alembic>=0.8.8",
47-
"rdflib>=4.0",
47+
"rdflib>=6,<8",
4848
"six>=1.10.0",
4949
"SQLAlchemy>=1.1.4,<2.0.0",
5050
],

0 commit comments

Comments
 (0)