From a28257a66f93ee2f14114e11407c4d0f49500eee Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Tue, 30 Jul 2024 18:15:29 +0500 Subject: [PATCH] fix: pin pip<24.2 --- requirements/constraints.txt | 4 ++++ 1 file changed, 4 insertions(+) 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