Hacker News new | ask | show | jobs
Flask fails after itsdangerous module’s update (github.com)
5 points by kochb 1578 days ago
1 comments

What's interesting here?
All python projects using Flask<2 that failed to pin their transitive dependencies (which is unfortunately somewhat common) are failing builds due to a breaking change, as of today.
Another example of the sad state of python dependency versioning. I'm saying that as someone whose go-to language is fanatically Python.