Skip to content

Commit 2fdef9b

Browse files
committed
fixup! updated the version
1 parent 992a2b3 commit 2fdef9b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

requirements/constraints.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
# Common constraints for edx repos
1212
-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1313

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
14+
# pip 25.3 is incompatible with pip-tools hence causing failures during the build process
15+
# Make upgrade command and all requirements upgrade jobs are broken due to this.
16+
# See issue https://github.com/jazzband/pip-tools/issues/2252 for details regarding the ongoing fix.
17+
# The constraint can be removed once a release (pip-tools > 7.5.1) is available with support for pip 25.3
18+
pip<25.3

0 commit comments

Comments
 (0)