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
Expected behaviour:
When installing a package in a virtualenv with a minimum version required, for example pip install oslo.config>=5.2.0, if that package is installed and already satisfies the minimum version required, it should not be upgraded. This works fine until v20.0.28 with pip 20.1.1
With v20.0.29, which embeds pip 20.2, this behaviour is broken with packages that contains a dot in their name.
Please also see pypa/pip#8645 for more information.
The fix is included in pip 20.2.1
The text was updated successfully, but these errors were encountered:
Expected behaviour:
When installing a package in a virtualenv with a minimum version required, for example pip install oslo.config>=5.2.0, if that package is installed and already satisfies the minimum version required, it should not be upgraded. This works fine until v20.0.28 with pip 20.1.1
With v20.0.29, which embeds pip 20.2, this behaviour is broken with packages that contains a dot in their name.
Please also see pypa/pip#8645 for more information.
The fix is included in pip 20.2.1
The text was updated successfully, but these errors were encountered: