__init__.py
5.39 KB
-
fix: correct parsing of wheel version with regex. (#1932) · 930515b3
The previous regexp was only taking the first integer of the version number, this presented problems when the major version number reached double digits. Poetry would determine that the version of the dependency is '1', rather than, ie: '14'. This caused failures to solve versions.
Edward George committed