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 platform_release could not be parsed on Debian Trixie (#930).
Fix an issue where using project.readme.text in the pyproject.toml file resulted in broken metadata (#914).
Fix an issue where dependency groups were considered equal when their resolved dependencies were equal, even if the groups themselves were not (#919).
Fix an issue where removing a dependency from a group that included another group resulted in other dependencies being added to the included group (#922).
Fix an issue where PEP 735 include-group entries were lost when [tool.poetry.group] also defined include-groups for the same group (#924).
Fix an issue where the union of <value> not in <marker> constraints was wrongly treated as always satisfied (#925).
Fix an issue where a post release with a local version identifier was wrongly allowed by a > version constraint (#921).
Fix an issue where a version with the local version identifier 0 was treated as equal to the corresponding public version (#920).
Fix an issue where a != <version> constraint wrongly disallowed pre releases and post releases of the specified version (#929).
Fix an issue where in and not in constraints were wrongly not allowed by specific compound constraints (#927).
Fix an issue where data entries in generated setup.py files were duplicated (#923).