exception documentation

class SAPendingDeprecationWarning(PendingDeprecationWarning): (source)

View In Hierarchy

A similar warning as :class:`_exc.SADeprecationWarning`, this warning is not used in modern versions of SQLAlchemy.

Class Variable deprecated_since Indicates the version that started raising this deprecation warning
deprecated_since: Optional[str] = (source)

Indicates the version that started raising this deprecation warning