Skip to content

Fix pkgutil.find_loader deprecation warning #3139

Open
@ndrezn

Description

@ndrezn

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.

Metadata

Metadata

Assignees

Labels

P2considered for next cycleinfrastructurebuild process etc.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions