poetry icon indicating copy to clipboard operation
poetry copied to clipboard

Python packaging and dependency management made easy

Results 901 poetry issues
Sort by recently updated
recently updated
newest added

- **Poetry version**: 1.2.2 - **Python version**: 3.10.10 - **OS version and name**: macOS Sonoma 14.1.2 - **pyproject.toml**: https://gist.github.com/nk9/4fa6fe37487d50308deacd425c8ade16 - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed...

kind/bug
area/cli
status/triage
area/ux

![img](https://telegra.ph//file/9eb03e614007b51b29896.png) - **Poetry version**: 1.7.1 - **Python version**: 3.12.1 - **OS version and name**: Ubuntu 22.04.3 LTS

kind/bug
status/triage
area/ux

### Description The `poetry env info` command normally displays absolute paths to the python executable & other info. When run as `poetry -C other/dir` the paths to the executable are...

kind/bug
area/venv
status/triage

## Summary by Sourcery Documentation: - Add a new FAQ entry detailing the migration process from the `tools.poetry` section to the `project` section in `pyproject.toml` as per PEP 621.

area/docs/faq
impact/docs

### Description After upgrading Poetry from 1.8 to 2.0, and changing my `pyproject.toml` according to `poetry` complains, all dependencies from main group where removed from `poetry.lock`. I declared my dependencies...

kind/bug
status/triage
area/pyproject
status/confirmed

### Description I've been converting my projects to Poetry v2.0.0. I noticed that Poetry now removes extra dependencies (`[project.optional-dependencies]`) from the virtualenv when adding a new dependency. This is surprising...

kind/bug
status/triage

### Description With the latest poetry release 2.0.0 calling a script via `poetry run` always fails with a KeyError. ``` KeyError 'format' at ~/.local/share/pipx/venvs/poetry/lib/python3.12/site-packages/poetry/core/masonry/utils/module.py:79 in __init__ 75│ self._package_includes.append( 76│ PackageInclude(...

kind/bug
status/confirmed

### Issue Kind Change in current behaviour ### Description I have a use case where I currently copy the pypoetry.toml and poetry.lock files into a docker container and then run...

kind/feature
status/triage

# Pull Request Check List A proposed fix for #9972. - [x] Added **tests** for changed code. ## Summary by Sourcery Tests: - Add tests to verify the output of...

Let's make `poetry-plugin-export` tests optional in CI. Most changes we make won't affect the plugin, and for situations where there is a risk, we can check by applying a label...