We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992a2b3 commit 2fdef9bCopy full SHA for 2fdef9b
requirements/constraints.txt
@@ -11,6 +11,8 @@
11
# Common constraints for edx repos
12
-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
+# pip 25.3 is incompatible with pip-tools hence causing failures during the build process
+# Make upgrade command and all requirements upgrade jobs are broken due to this.
+# 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