Unpin.py – a tool to remove harmful version constraints from wheels
github.comSome authors of tools/libs written in python prefer to set upper bounds on dependencies versions. It causes conflicts, but they don't care: "just use virtualenvs". Of course vens don't solve the issue, but the authors don't care.
This tool removes these harmful constraints.