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
We need to pin pip<24.3 globally to resolve this issue.
Context
pip==24.3 caused an issue in resolving nested dependencies in requirement files (was able to reproduce reported error locally) and pip==24.3.1 was released to fix this but is causing this issue on our end.
Tried pinning pip<24.3 locally and the issue was fixed.
The content you are editing has changed. Please copy your edits and refresh the page.
Description
pip>=24.3
is causing requirements files paths to be extended like this:We need to pin
pip<24.3
globally to resolve this issue.Context
pip==24.3
caused an issue in resolving nested dependencies in requirement files (was able to reproduce reported error locally) andpip==24.3.1
was released to fix this but is causing this issue on our end.Tried pinning
pip<24.3
locally and the issue was fixed.A/C
The text was updated successfully, but these errors were encountered: