2.1.4
📦 poetryView on GitHub →
✨ 1 features🐛 2 fixes
Summary
This release pins virtualenv to versions below 20.33, improves pyproject.toml validation messages, and fixes plugin installation and self-referential extras resolution issues.
Migration Steps
- Update your project's dependency constraints to require `virtualenv<20.33` (e.g., add `virtualenv<20.33` to your pyproject.toml or install a compatible version).
✨ New Features
- Improve error messages for validation of the pyproject.toml file.
🐛 Bug Fixes
- Fixed issue where project plugins were installed despite using `poetry install --no-plugins`.
- Fixed dependency resolution failure for self-referential extras with duplicate dependencies.