|
|
|
|
|
by trashburger
167 days ago
|
|
> Ignoring requires-python upper bounds. When a package says it requires python<4.0, uv ignores the upper bound and only checks the lower. This reduces resolver backtracking dramatically since upper bounds are almost always wrong. Packages declare python<4.0 because they haven’t tested on Python 4, not because they’ll actually break. The constraint is defensive, not predictive. This is clearly LLM-generated and the other bullet points have the same smell. Please use your own words. |
|