I believe this issue would be resolved by replacing importlib.resources.path with importlib.resources.files, which is available for all Python versions we support (3.9+). I don't think it's a drop-in replacement so it would require some changes, but hopefully nothing too difficult.
I believe this issue would be resolved by replacing
importlib.resources.path
withimportlib.resources.files
, which is available for all Python versions we support (3.9+). I don't think it's a drop-in replacement so it would require some changes, but hopefully nothing too difficult.