See: - https://github.com/RDFLib/rdflib/pull/1843#issuecomment-1116074731 > Um, the change to `Store.bind()` breaks the public API, store plugins (such as [oxrdflib](https://github.com/oxigraph/oxrdflib/blob/67c460897207d2de316d2b94255053ee6f538cc7/oxrdflib/__init__.py#L117), [rdflib-leveldb](https://github.com/RDFLib/rdflib-leveldb/blob/a0f3386c71e6b1cfbd09c257e29400f5fde43ed3/rdflib_leveldb/leveldbstore.py#L466), [rdflib-kyotocabinet](https://github.com/RDFLib/rdflib-kyotocabinet/blob/c65bf64f278078b9fb6d1242b5dadced77d3ef28/rdflib_kyotocabinet/KyotoCabinet.py#L333) and [rdflib-sqlachemy](https://github.com/RDFLib/rdflib-sqlalchemy/blob/d4c057934cd2675083d3df943103bdffb20341d4/rdflib_sqlalchemy/store.py#L637)) are throwing exceptions on "`bind` got an unexpected keyword 'override'".