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

- [x] I am on the [latest](https://github.com/sdispater/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/sdispater/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...

kind/bug
good first issue

- [ 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. -...

kind/bug
status/triage

- [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] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my question...

kind/feature
area/ux
area/sources

- [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] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my question...

area/venv
status/needs-consensus

- **OS version and name**: Ubuntu Linux 18.04 - **Poetry version**: 1.0.10 (in a [_`zipapp`_](https://docs.python.org/3.6/library/zipapp.html)) - **Python**: CPython 3.6.9 ## Issue ``` $ poetry config -vvv --list [ValueError] Schema poetry-schema...

area/core
kind/enhancement
good first issue

We should rename the dependency option `develop` to `editable` to align with what it actually is and to [avoid confusion with a "development dependency"](https://github.com/python-poetry/poetry/issues/2999#issuecomment-701418325). ```diff - foo = { path...

kind/feature
kind/enhancement

### Issue Kind Other ### Description I'm working on deploying the AI/ML models to production. I'm using Poetry for dependency management and notably the lock file capabilities. However, I observe...

kind/feature
status/triage

Python 3.8 will be EOL on October. Let's drop the support than for running Poetry itself with it.

- **Poetry version**: 1.6.1 - **Python version**:3.11.3 - **OS version and name**: macOS 12.6.8 - **pyproject.toml**: [pyproject.toml](https://gist.github.com/ninjit/0e0a4152148e4e79a701e5ff6fcfab0d) - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using a...

kind/bug
status/triage

### Description When the following is run in a CI job on GL, a 400 is returned, indicating that Auth succeeded (the 400 is expected on successful auth) ```yaml -...

kind/bug
status/triage