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
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.
0 commit comments