You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joshuakraitberg
changed the title
Poetry "depends on" puzzle regex fails to match
Poetry "depends on" debug regex fails to match if dependancy has missing version info
Feb 25, 2021
Happens with
poetry update -vv
, workaround is to just dopoetry update
.poetry/poetry/puzzle/provider.py
Lines 692 to 699 in 8312e3f
If
message == "fact: xxx (==1.7.0) depends on cryptography"
you'll end up withm == None
and anAttributeError
on the next line.The text was updated successfully, but these errors were encountered: