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

Related to https://github.com/python-poetry/poetry-core/pull/805 # Pull Request Check List Resolves: #issue-number-here - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. ## Summary by Sourcery...

### Description I am currently updating my `poetry-types` plugin for poetry v2 and encountered a new behavior with the `--only` option. The project uses the `Installer::only_groups` API to make sure...

kind/bug
status/triage

### Description Since the release of poetry-core v2.0.0, twine can no longer build a poetry package whose source tree contains symlinks outside itself. Previously it could. Now it fails with...

kind/bug
status/triage

### Issue Kind Change in current behaviour ### Description Currently, there is no difference in output between `poetry install --dry-run` and `poetry install`. ``` $ poetry install --dry-run Installing dependencies...

kind/feature
status/triage

### Description I have a pyproject.toml with `package-mode = false` and I'm copying it into a docker image. I installed the dependencies like this in previous versions of poetry: ```...

kind/bug
area/cli

Add a notice when all sources are listed and PyPI is implicitly enabled. ## Summary by Sourcery Add a notification to inform users when PyPI is implicitly enabled as a...

### Description Install [cleanrl](https://github.com/vwxyzjn/cleanrl) 's dependencies via `poetry install` takes forever to resolve dependencies ![image](https://github.com/user-attachments/assets/63d2d653-afab-4b67-9507-e7efa72be101) ![image](https://github.com/user-attachments/assets/fb3bab15-8be9-4a61-8f8d-0e04f4b21289) ### Workarounds using `poetry==1.8.5` works fine ![image](https://github.com/user-attachments/assets/ca85de63-be48-4075-a66b-9cace8e92ecf) ```shell root@dsw-498899-84cf4b4bc5-hg2qz:/mnt/workspace/cleanrl# conda activate base (base) root@dsw-498899-84cf4b4bc5-hg2qz:/mnt/workspace/cleanrl#...

kind/bug
status/triage

### Description All my poetry projects CI fails with the latest release. They are using ```yaml steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5...

kind/bug
status/triage

companion to https://github.com/python-poetry/poetry-core/pull/807 ## Summary by Sourcery Chores: - Standardize metadata fields to adhere to PEP 753.

# Pull Request Check List Resolves: `test_python_get_preferred_default` fails because one of the paths being compared is a symlink to the other: ``` ______________________ test_python_get_preferred_default _______________________ [gw3] linux -- Python 3.12.8...