You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix an issue where unsatisfiable requirements did not raise an error ([#891](https://github.com/python-poetry/poetry-core/pull/891)).
22
+
- Fix an issue where the implicit main group did not exist if it was explicitly declared as not having any dependencies ([#892](https://github.com/python-poetry/poetry-core/pull/892)).
23
+
- Fix an issue where `python_full_version` markers with pre-release versions were parsed incorrectly ([#893](https://github.com/python-poetry/poetry-core/pull/893)).
24
+
25
+
4
26
## [2.2.1] - 2025-09-21
5
27
6
28
### Fixed
@@ -810,7 +832,8 @@ No changes.
810
832
- Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).
0 commit comments