Randy Döring
Randy Döring
See python-poetry/poetry#5980 and python-poetry/poetry#6441 for some discussion.
see https://github.com/python-poetry/poetry-plugin-bundle/issues/42#issuecomment-1737764764
@vladkolotvin Not quite obvious at first glance because the plugin only takes a locker and passes it through - it does not create a locker instance. However, creating a locker...
@hexmode That's because `tool.poetry.license` is a string but `project.license` must be a table according to the [spec](https://packaging.python.org/en/latest/specifications/pyproject-toml/#license). You cannot just replace `[tool.poetry]` with `[project]` since not all `tool.poetry` fields are...
> Hi, when will we have this feature available in Poetry? I assume this update will be part of Poetry 2.0, but does the team have a rough estimate for...
> suggest to make install --sync/--remove-untracked default Although I mostly use `--sync` myself, I am not sure about it. (Waiting for other opinions.) I suppose, the current default could be...
> What's the motivation to exclude `poetry shell` removal from 2.0? No consensus among maintainers. Some would like to remove it and some think it is important core functionality. In...
I added #9691 to the list. It is "just" a bugfix but I suppose it will be considered a breaking change by users relying on the bug. Additionally, I am...
> suggest to make `install --sync/--remove-untracked` default I have thought a bit more about it and tried out some things. I tend to say we should probably better not just...
This PR is marked as draft to avoid that it is merged by accident because we only want to do this with a major version bump and it is very...