Bottom Line: It is 100% safe to clear the Poetry cache. Python Poetry caches wheel files in ~/.cache/pypoetry/artifacts and ~/.cache/pypoetry/cache.
What is Poetry Cache?
Located at ~/.cache/pypoetry (or %LocalAppData%\pypoetry\Cache), Poetry caches PyPI wheels to speed up poetry install.
How to Clean Up Poetry Cache
poetry cache clear pypi --all
Discussion
Loading authentication...