Users might encounter: ``` 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead. ``` in Dash. To ensure forwards compatibility we should update to the new recommended method.