Skip to content

release: bump version to 2.3.2#931

Merged
radoering merged 1 commit intopython-poetry:mainfrom
radoering:release/2.3.2
Mar 29, 2026
Merged

release: bump version to 2.3.2#931
radoering merged 1 commit intopython-poetry:mainfrom
radoering:release/2.3.2

Conversation

@radoering
Copy link
Copy Markdown
Member

@radoering radoering commented Mar 29, 2026

Changed

  • Update list of supported licenses (#917).

Fixed

  • 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).

Summary by Sourcery

Cut the 2.3.2 release by updating package version metadata and changelog links.

Build:

  • Update version references to 2.3.2 in project configuration and package metadata.

Documentation:

  • Add 2.3.2 entry to the changelog documenting changes and fixes included in the release.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Mar 29, 2026

Reviewer's Guide

Release bump to 2.3.2: updates the project version metadata and changelog, adding a new 2.3.2 section and wiring it into the changelog link references.

File-Level Changes

Change Details Files
Add 2.3.2 release notes to the changelog and wire up comparison/release links.
  • Insert a new 2.3.2 section with detailed Changed/Fixed entries above 2.3.1 in the changelog.
  • Update the [Unreleased] link to compare from 2.3.2 instead of 2.3.1.
  • Add a new [2.3.2] reference pointing at the 2.3.2 release tag URL.
CHANGELOG.md
Bump the library version from 2.3.1 to 2.3.2 in project metadata and package code.
  • Update the project version field in pyproject.toml from 2.3.1 to 2.3.2.
  • Update the version constant in the package init module from 2.3.1 to 2.3.2.
pyproject.toml
src/poetry/core/__init__.py

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@radoering radoering merged commit 23bf0ac into python-poetry:main Mar 29, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant