## Bug description <!-- A clear and concise description of what the bug is. --> Version 0.22 of `packaging` deprecates `LegacyVersion` and `LegacySpecifier` which are used in this module. ### Steps to Reproduce 1. upgrade to latest version of packaging 2. run anything ### Actual behavior <!-- What happens? If applicable, add screenshots to illustrate your problem. --> module crashes ### Expected behavior <!-- A clear and concise description of what you expected to happen. --> module does not crash ### Additional context <!-- Add any additional context information about the problem here. --> usage of deprecated functions are found here: https://github.com/thoth-station/python/search?q=LegacyVersion
Bug description
Version 0.22 of
packagingdeprecatesLegacyVersionandLegacySpecifierwhich are used in this module.Steps to Reproduce
Actual behavior
module crashes
Expected behavior
module does not crash
Additional context
usage of deprecated functions are found here: https://github.com/thoth-station/python/search?q=LegacyVersion