I am doing
poetry lock
Then I open the poetry.lock file and see that the metadata.files block does not contain hashes:
[metadata.files]
aiohttp = []
aiosignal = []
apscheduler = []
...
Before, it wasn't like that. What could be the reasons for empty hashes?