fix: correct parsing of wheel version with regex. (#1932)
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.
Showing
Please
register
or
sign in
to comment