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
fix: update pip version constraint to avoid compatibility issues with pip-tools (#194)
This adds a version constraint to prevent pip from upgrading to version 25.x, which is incompatible with the currently-used pip-tools 7.5.1.
The constraint addresses an AttributeError related to 'use_pep517' that occurs when pip 25.x is used with pip-tools 7.5.1.
0 commit comments