Post #2918170
2026-05-28 03:48 UTC
I would be less upset about Typer vendoring Click in 0.26.0 if they didn't rip out the entire part where they'd let you use Click objects directly to cover the massive gaps in their own API. If your codebase does that you're basically left to piss in the wind.
I understand the problem they are trying to fix, but they created a whole ass new problem instead.
#python #typer #click
Replies (1)
-
@mr_daemon@untrusted.website 2026-05-28 03:57
I also feel like giving advice to no one in particular, for no particular reason, in no particular order: 1. Don't "fix" shit by creating a new problem 2. Do semantic versioning like an adult in the first place, this 0.X.Y shit means fuck all 3. Maybe when you make a library that is used by a zillion people, having some stable LTS thing might be a good idea, you know?