conda-forge / poetry-feedstock

A conda-smithy repository for poetry.
BSD 3-Clause "New" or "Revised" License
3 stars 13 forks source link

Update the importlib-metadata to >=1.6.0 After next poetry release >1.0.8 #61

Closed rxm7706 closed 2 years ago

rxm7706 commented 2 years ago

Solution to issue cannot be found in the documentation.

Issue

https://github.com/python-poetry/poetry/commit/c5ac467f708f5be06b20078b0ed5b5fc427c6ff5

Poetry has updated the importlib-metadata to >=1.6.0

importlib-metadata = { version = ">=1.6.0", python = "<3.8" }

Installed packages

NA

Environment info

NA
maresb commented 2 years ago

@rxm7706, if you'd like to be free of the restrictive importlib-metadata pin, you can run this command with 1.2.0a2 replaced by 1.2.0b1.

rxm7706 commented 2 years ago

@maresb - that worked, thank you.

mamba install -c conda-forge/label/poetry_dev -c conda-forge/label/cleo_dev -c conda-forge "poetry==1.2.0b1"

maresb commented 2 years ago

Great! I think we can close the issues since in any case we update the dependencies on each release. (We won't forget.)