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

# Pull Request Check List Resolves: #10429 ## Summary by Sourcery Documentation: - Add a note to the CLI documentation explaining that `poetry new .` in an existing empty directory...

### Description # Unexpected Behavior: `poetry new .` Acts Like `poetry init` Without Creating Project Structure ## Description Running `poetry new .` inside a newly created and empty directory behaves...

kind/bug
area/cli
good first issue

### Description When installing a private Git dependencies of a project, with a global Git configuration that uses `url.insteadOf` the install fails with a `dulwich` error. This is a setup...

kind/bug
status/triage
area/vcs

### Description I've been using Poetry 2.0.1 until recently for my project. my pyproject.toml file included this dep ```xarray = { version = "==2024.9.0", extras = ["complete"] }``` However, when...

kind/bug
status/triage

This PR introduces validation for user input values during the `poetry init` command. It uses the rules defined in the [project-schema.json](https://github.com/python-poetry/poetry-core/blob/002aa3e16f98d21645bb9a45f698b55adc40f317/src/poetry/core/json/schemas/project-schema.json#L10C1-L14C7) schema. These rules are already enforced when running the...

### Issue Kind Change in current behaviour ### Description Using Poetry 2.0.1 on Windows 11. When creating a poetry project with a `+` in the project name - might be...

kind/feature
status/triage

# Pull Request Check List Resolves: Authorization error accessing when using http-basic repository and credentials configuration - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for...

# Pull Request Check List Resolves: #10395 - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. ## description this fixes `poetry env activate` not...

### Description `poetry update` will happily accept any and all names given to it with no complaints, even if they're not declared dependencies of the current project. This is very...

kind/bug
status/triage

### Description Here's a really small reproducible test: First, grab a .whl to depend on. For simplicity, I'm using `six` because it has no dependencies: ``` $ wget https://www.piwheels.org/simple/six/six-1.17.0-py2.py3-none-any.whl#sha256=cb514bebb7be30e172d571b0e5035990437dd202f3c9f6e911d9406254151b92 ```...

kind/bug
status/triage