Flask fails after itsdangerous module’s update
github.comWhat'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.