Poetry lock – empty hashes

Question:

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?

Asked By: Alexander Fedotov

||

Answers:

You are probably running into this issue https://github.com/python-poetry/poetry/issues/5970

Just upgrade to poetry 1.1.14 or the prereleases for the 1.2 series.

Answered By: N1ngu
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.