just learned the reason that python version specs are littered with things like ">=1.8,<2.0" is that the default resolution behavior is to upgrade deps across the explicitly declared api breakage?
1,26K