Closed amotl closed 10 months ago
This patch re-adds the crate.client._pep440.Version symbol, now from verlib2.Version, so that crash does not break.
crate.client._pep440.Version
verlib2.Version
crash
crash broke after releasing crate==0.35.0, so I've yanked it again.
crate==0.35.0
ModuleNotFoundError: No module named 'crate.client._pep440'
-- https://github.com/crate/crash/actions/runs/7562783871/job/20593938496?pr=421#step:5:29
About
This patch re-adds the
crate.client._pep440.Version
symbol, now fromverlib2.Version
, so thatcrash
does not break.Problem
crash
broke after releasingcrate==0.35.0
, so I've yanked it again.-- https://github.com/crate/crash/actions/runs/7562783871/job/20593938496?pr=421#step:5:29
References