We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ddf02 commit 5a645dfCopy full SHA for 5a645df
requirements.txt
@@ -1,7 +1,7 @@
1
requests>=2.6.1
2
ruamel.yaml>=0.15.0,<0.18
3
ruamel.yaml>=0.16;python_version>='3.10'
4
-rdflib>=4.2.2,<6.4
+rdflib>=4.2.2,<7.1
5
shellescape>=3.4.1,<3.9
6
schema-salad>=8.4,<9
7
prov==1.5.1
setup.py
@@ -114,7 +114,7 @@
114
# https://github.com/ionrock/cachecontrol/issues/137
115
"ruamel.yaml >= 0.15, < 0.18",
116
"ruamel.yaml >= 0.16.0;python_version>='3.10'",
117
- "rdflib >= 4.2.2, < 6.4.0",
+ "rdflib >= 4.2.2, < 7.1.0",
118
"shellescape >= 3.4.1, < 3.9",
119
"schema-salad >= 8.4, < 9",
120
"prov == 1.5.1",
0 commit comments