File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1446,7 +1446,15 @@ install x y`` in a single command. We would like your thoughts on what
1446
1446
pip's behavior should be; please answer `our survey on upgrades that
1447
1447
create conflicts `_.
1448
1448
1449
- We are also changing our support for :ref: `Constraints Files `:
1449
+ We are also changing our support for :ref: `Constraints Files ` and related functionality:
1450
+
1451
+ * Constraints don't override the existing requirements; they simply
1452
+ constrain what versions are visible as input to the resolver (see
1453
+ :issue: `9020 `)
1454
+
1455
+ * Hash-checking mode requires that all requirements are specified as a
1456
+ `== ` match on a version and may not work well in combination with
1457
+ constraints (see :issue: `9020 `)
1450
1458
1451
1459
* Unnamed requirements are not allowed as constraints (see :issue: `6628 ` and :issue: `8210 `)
1452
1460
* Links are not allowed as constraints (see :issue: `8253 `)
Original file line number Diff line number Diff line change
1
+ Improve migration guide to reflect changes in new resolver behavior.
You can’t perform that action at this time.
0 commit comments