2.1.1
📦 poetry
🐛 2 fixes
Summary
This release fixes two issues: Poetry now correctly selects the Python interpreter when using `poetry env use python`, and Poetry Core no longer produces invalid markers when simplifying `python_version` markers.
🐛 Bug Fixes
- Fix an issue where `poetry env use python` does not choose the Python from the PATH.
- Fix an issue where simplifying a `python_version` marker resulted in an invalid marker.