发布

  • build(python): Add importlib_resources to dependencies

    frostbyte_neo 发布于 2025-09-11 08:10:17 +00:00

    The importlib_resources backport is required for Python < 3.9.

    Previously, it was not listed in install_requires, leading to an ImportError and requiring users to install it manually. This commit adds it as a conditional dependency, resolving the installation issue and simplifying the setup process for end-users.

    下载附件