From 264288181e37f646be2cdcdfaaee7f5697821470 Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Mon, 24 Aug 2026 13:57:02 -0700 Subject: [PATCH] chore: unconstrain pip (constraint now from common_constraints.txt) pip is now constrained globally, so the local constraint is no longer needed. --- requirements/constraints.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 99f81daa..d91704bb 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -10,13 +10,3 @@ # Common constraints for edx repos -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt - -# pip 26.2 removed the private `stdlib_pkgs` attribute from `pip._internal.utils.compat` -# (relocated to `pip._internal.metadata.base`), which pip-tools (through at least 7.6.0) still -# imports directly. This breaks `pip-compile`/`make upgrade` with: -# ImportError: cannot import name 'stdlib_pkgs' from 'pip._internal.utils.compat' -# See https://github.com/jazzband/pip-tools/issues/2436 and -# https://github.com/pypa/pip/issues/14214 for details on the ongoing fix. -# Remove this constraint once a pip-tools release lands that no longer depends on this -# removed private API. -pip<26.2