bug: Exclude rdflib 6.3.2 because of fossa license issues (#4495)

This commit is contained in:
Julian Risch 2023-03-27 10:07:03 +02:00 committed by GitHub
parent c99b58100d
commit 45ce87bb48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,9 +140,11 @@ pinecone = [
]
graphdb = [
"SPARQLWrapper",
"rdflib!=6.3.2", # GPL-2.0-only license issue
]
inmemorygraph = [
"SPARQLWrapper",
"rdflib!=6.3.2", # GPL-2.0-only license issue
]
opensearch = [
"opensearch-py>=2",