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

### Description I have a new MS Surface tablet with the Snapdragon arm processor (I assume this is the issue as this is the only difference between this tablet and...

kind/bug
status/triage

### Description Maybe I'm missing something, but try as I might, I can't seem to get `poetry` (version 2.1.3) to show output for outdated packages that come from a private...

kind/bug
status/triage

### Description Poetry seems to be unable to override excludes from `.gitignore`. I have a python package which is completely auto-generated. So the entire source tree for the package is...

kind/bug
status/triage

# Pull Request Check List Requires: https://github.com/python-poetry/poetry-core/pull/837 Resolves: https://github.com/python-poetry/poetry/issues/7494 ## Summary by Sourcery Add documentation for the `include-groups` option, which allows including dependencies from one group in another. New Features:...

impact/docs

### Description I was using Poetry 1.x and it was working fine. I used to run `poetry shell` to activate the poetry virtual environment. Then I upgraded to Poetry 2.x....

kind/bug
area/venv

updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.7...v0.11.13) - [github.com/woodruffw/zizmor-pre-commit: v1.6.0 → v1.9.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v1.6.0...v1.9.0) ## Summary by Sourcery Chores: - Bump Ruff pre-commit hook from v0.11.7 to v0.11.8

* add a test that checks that `marker_env` is equal for all types of envs * make `marker_env` a `TypedDict` * add `sysconfig_platform` to `SystemEnv.marker_env` (is not used so that...

### Description Hi, Can't use my private CodeArtifact repo as a proxy for PyPI. It seems Poetry correctly resolves metadata with http-basic, but consistently fails to download source artifacts (PySpark...

kind/bug
status/triage

### Description - I am working on my Fastapi application and we recently added Poetry and also added a script: - When executing the command : poetry run start I...

kind/bug
status/triage

# Pull Request Check List Requires: python-poetry/poetry-core#870 Resolves: #9670 - [x] Added **tests** for changed code (see poetry-core PR). - [x] Updated **documentation** for changed code. ## Summary by Sourcery...

impact/docs