When creating an engine with this dialect I get this message:
SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi(). Implement an import_dbapi() classmethod directly on class <class 'sqlalchemy_sqlany.base.SQLAnyDialect'> to remove this warning; the old .dbapi() classmethod may be maintained for backwards compatibility.
For now the connection works.