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 @@ -1435,7 +1435,15 @@ install x y`` in a single command. We would like your thoughts on what
1435
1435
pip's behavior should be; please answer `our survey on upgrades that
1436
1436
create conflicts `_.
1437
1437
1438
- We are also changing our support for :ref: `Constraints Files `:
1438
+ We are also changing our support for :ref: `Constraints Files ` and related functionality:
1439
+
1440
+ * Constraints don't override the existing requirements; they simply
1441
+ constrain what versions are visible as input to the resolver (see
1442
+ :issue: `9020 `)
1443
+
1444
+ * Hash-checking mode requires that all requirements are specified as a
1445
+ `== ` match on a version and may not work well in combination with
1446
+ constraints (see :issue: `9020 `)
1439
1447
1440
1448
* Unnamed requirements are not allowed as constraints (see :issue: `6628 ` and :issue: `8210 `)
1441
1449
* 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