python-poetrypython-polylith

How to update Poetry plugins?


According to Poetry documentation:

But what is the command, or at least the recommended way, to update plugins, such as Polylith Plugin, once installed?


Solution

  • There does not seem to be a specific update command, as of the time of this post.

    As suggested by sinoroc, you have to reinstall the plugin into its latest version:

    poetry self add [plugin]@latest