Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Flask fails after itsdangerous module’s update
(github.com)
5 points
by
kochb
4 years ago
| 3 comments
Flask fails after itsdangerous module’s update | Dark Hacker News
verdverm
4 years ago
|
next
[−]
What's interesting here?
kochb
4 years ago
|
parent
|
next
[−]
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.
brodouevencode
4 years ago
|
parent
|
next
[−]
Another example of the sad state of python dependency versioning. I'm saying that as someone whose go-to language is fanatically Python.