poetry
poetry copied to clipboard
Python packaging and dependency management made easy
Add a note that `--with` is required to let `poetry update` also update optional dependency groups. This behavior of `poetry update` confused me, so I thought let's try to save...
Also adds information on automatic Poetry project selection based on the working path argument to the associated help string. # Pull Request Check List Resolves: NA (can file an issue...
# Pull Request Check List Resolves: #9819 - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.
### Issue Kind Change in current behaviour ### Description When building code with poetry.core I _really_ want to know that the build tree is pristine, so the ability to tell...
- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...
### Description I maintain a Poetry plugin, and I got a report (https://github.com/mtkennerly/poetry-dynamic-versioning/discussions/198) about issues installing it with Python 3.13. It seems that changing Python versions may result in strange...
### Issue Kind Change in current behaviour ### Description There is `partcad` package which depends on `cadquery-ocp`. Wheels for which are provided by: * https://github.com/CadQuery/ocp-build-system And poetry ignores compatible wheel...
### Issue Kind Change in current behaviour ### Description Currently, if there are any git errors when run as a subprocess, the following error will be presented to the user:...
### Issue Kind Brand new capability ### Description [PEP 735 – Dependency Groups in pyproject.toml](https://peps.python.org/pep-0735/) just got accepted. This is similar to Poetry's existing depedency groups. ### Impact It's a...
# Pull Request Check List Resolves: #TBD - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.