poetry
poetry copied to clipboard
Python packaging and dependency management made easy
### Issue Kind Change in current behaviour ### Description Currently, the requirements in `[tool.poetry.requires-plugins]` are only checked (and ensured) when `poetry install` is run. I propose that poetry will check...
The glob did not find anything on Windows in case of `self._child_env` being set because the executables end with `.exe`. The fallback test did not test the fallback on Windows...
When working on a project with many developers, unnecessary diffs in the lockfile due to outdated caches of some developers are an annoying issue. Outdated caches are normally the result...
## Summary by Sourcery Ensure git backend tests use a repository with a fixed 'main' default branch and update related expectations to be independent of external git default-branch settings. Tests:...
### Description I can't get the `poetry env use` command to work, it always creates a virtualenv with the default python. This is with Poetry `2.1.4`. Here's an example on...
## Summary Fixes #10569 - Updated `RequirementsParser._parse_simple` to prioritize regex matching for standard constraints (e.g., `>=1.0`) before checking for spaces to split the string - This ensures that constraints containing...
Fixes #10590. When a dependency group becomes empty after removing packages, it is removed from the configuration. However, references to this group in other groups' `include-groups` (Legacy) or `include-group` (PEP...
### Issue Kind Brand new capability ### Description Hello, Thank you for your great work with poetry An effective security method is to defer the use of dependencies: give it...
# Pull Request Check List Resolves: #Resolves: #10635 ### Summary Improve error message when an invalid template variable is used in `virtualenvs.prompt` configuration. ### Details Previously an invalid placeholder such...
Fixes #10635 ## Summary by Sourcery Improve validation and error reporting for virtual environment prompt templates when creating virtualenvs. Bug Fixes: - Raise a clear PoetryRuntimeError when the virtualenvs.prompt template...