Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to latest stable Poetry #2806

Open
phillxnet opened this issue Feb 29, 2024 · 0 comments
Open

Upgrade to latest stable Poetry #2806

phillxnet opened this issue Feb 29, 2024 · 0 comments

Comments

@phillxnet
Copy link
Member

phillxnet commented Feb 29, 2024

Poetry has just had a new stable release of 1.8.*, it is proposed that we update out pinning to this latest stable version of 1.8.2.

We now install our Poetry via OS provided pipx (py3.11 variant via alternatives) and so according to the blog post for this main release:

https://python-poetry.org/blog/announcing-poetry-1.8.0/

We can, on systems with our prior 1.7.1 Poetry installed (testing channel only still) do the following:

pipx upgrade poetry
  • It is unclear as of yet if this will also install the new version on systems upgrading from our master (stable) branch.
  • The interaction with our newly introduced 'pipx inject poetry-plugin-dotenv' poetry plugin is also unclear. However this plugin has also been updated a number of times to now be in-line with the newer stable Poetry release. We pinned this plugin via:

pipx inject --verbose poetry poetry-plugin-dotenv==0.6.11

in build.sh

And so we will also need the appropriate pipx upgrade/reinstall command for the newer version of this plugin: currently at 0.6.19: https://pypi.org/project/poetry-plugin-dotenv/

Upstream history: https://python-poetry.org/history/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant