poetry
poetry copied to clipboard
Python packaging and dependency management made easy
https://github.com/python-poetry/poetry/pull/10595 should be merged first, otherwise we are unable to set the relevant configs anyway. # Pull Request Check List Resolves: #issue-number-here - [ ] Added **tests** for changed code....
- **Poetry version**: 1.31 - **Python version**: 3.10.4 - **OS version and name**: Windows 10 - **pyproject.toml**: n/a - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...
### Description https://python-poetry.org/docs/pyproject/#gui-scripts > When a script is added or updated, run `poetry install` to make them available in the project’s virtualenv. However, on Windows, any GUI scripts defined here...
- [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 [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe...
### Issue Kind Change in current behaviour ### Description When upgrading poetry to 2.2.0 and beyond, names of dependency groups are now silently normalized: https://github.com/python-poetry/poetry/pull/10387 which can act as a...
### Description ### Environment * Ubuntu Plucky (25.04) * Poetry version 2.1.3 * Python package version 3.13.3-1ubuntu0.2 amd64 ### Problem ``` poetry add dictalchemy ``` was raising ``` File "/usr/lib/python3.13/tarfile.py",...
### Description In our CI we are currently using exported requirements files and pip to install our dependencies inside of tox testing. This works fine, but is annoying to keep...
### Description I am able to add a dependency like this : `poetry add 'pytest=^4|^6`. However if I run `poetry install` or similar command that needs to read the `pyproject.toml`,...
- Add lock_command_hint_for() to choose hint by lockfile location (CONFIG_DIR → poetry self lock, else poetry lock). - Use in installer (stale lock), show (missing lock), and check (stale lock)....
# Pull Request Check List Resolves: #9447 - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. This small pull request adds an option to...