diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 68adf4b9..6679fd5f 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -30,3 +30,7 @@ urllib3<2.0.0 # path>16.14.0 has removed the deprecated abspath function, which is breaking the docs build path<16.15.0 + +# pip==24.2 is breaking with latest pip-tools version +# can be removed once pip-tools with compatibility is out +pip<24.2