There seems to be a future deprecation in SQLAlchemy because I get this warning:
python3.8/site-packages/rdflib_sqlalchemy/store.py:762: SADeprecationWarning: The Engine.has_table() method is deprecated and will be removed in a future release. Please refer to Inspector.has_table(). (deprecated since: 1.4)
if not self.engine.has_table(table_name):
@rchateauneu I'll try for some time in the next two weeks. I think for a release schedule, I could do twice a year, but more frequently for more urgent issues.
There seems to be a future deprecation in SQLAlchemy because I get this warning:
It is apparently replaced by this:
Many thanks.
PS: Also, when will be the next release, please ?? Thanks !