PendingDeprecationWarning
https://docs.python.org/ja/3/library/exceptions.html#PendingDeprecationWarning
古くなって将来的に廃止される予定だが、今のところは廃止されていない機能についての警告
近々起こる可能性のある機能廃止について警告を発することはまれなので、このクラスはめったに使われず
PEP 387 – Backwards Compatibility Policy
https://peps.python.org/pep-0387/#making-incompatible-changes
PendingDeprecationWarning may be used in special cases where the old and new versions of the API will coexist for many releases