Commit 24e43ca
authored
fix: update pip version constraint to avoid compatibility issues with pip-tools (#194)
This adds a version constraint to prevent pip from upgrading to version 25.x, which is incompatible with the currently-used pip-tools 7.5.1.
The constraint addresses an AttributeError related to 'use_pep517' that occurs when pip 25.x is used with pip-tools 7.5.1.1 parent 9c89e95 commit 24e43ca
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments