It looks like the Poetry project isn't planning on adding configuration for this any time soon, so I've written a plugin that can be used to remove the upper bound constraints from dependencies specified with carets (^, the Poetry default).
It's my first plugin for the Poetry ecosystem, I hope it's straight-forward to use! It supports dry runs, updating your pyproject.toml, checking for solvable dependencies, upgrading your dependencies, and updating your lock file. Any feedback is welcome.
No comments yet.