Should You Use Upper Bound Version Constraints?
Bound version constraints (upper caps) are starting to show up in the Python
ecosystem. This is causing real world problems with
libraries following this recommendation, and is likely to continue to get
worse; this practice does not scale to large numbers
of libraries or large numbers of users. In this discussion I would like to
explain why always providing an upper limit causes far more harm than good
even for true SemVer libraries, why libraries that pin upper limits require
more frequent upda...
Read more at iscinumpy.dev