In GitLab by @RonnyPfannschmidt on Mar 2, 2020, 03:38 in a project we used `with importlib_resources.path(package, "data") as data_path:` to get a folder path (as back then traversal had not been supported) with the update to `1.1.0` we see a `IsADirectoryError: [Errno 21] Is a directory: '/builds/*******/*****/.venv/lib64/python3.7/site-packages/***/data'`