Skip to content

Commit 992a2b3

Browse files
committed
fix: update pip version constraint to avoid compatibility issues with pip-tools
1 parent 485d883 commit 992a2b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

requirements/constraints.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010

1111
# Common constraints for edx repos
1212
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
13+
14+
# pip 25.x is incompatible with pip-tools 7.5.1 causing 'use_pep517' AttributeError
15+
# Keeping pip < 25.0 until pip-tools is updated to support pip 25.x
16+
pip<25.0

0 commit comments

Comments
 (0)