From 2f79ff2c8512f3066d21bb794dca9449a891dfc3 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Mon, 10 Aug 2026 11:36:34 -0400 Subject: [PATCH] chore: Restrict pip version to less than 26.2 incompatible with pip-tools 7.6.0 --- requirements/pip.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pip.in b/requirements/pip.in index 716c6f28..ac75c9e7 100644 --- a/requirements/pip.in +++ b/requirements/pip.in @@ -1,6 +1,6 @@ # Core dependencies for installing other packages -c constraints.txt -pip +pip<26.2 setuptools wheel