release: bump version to 2.1.2#10311
Merged
Merged
Conversation
Reviewer's Guide by SourceryThis pull request bumps the version of poetry from 2.1.1 to 2.1.2. It updates the changelog to reflect the changes in the new version, including performance improvements, bug fixes, and documentation updates. The version field in Sequence diagram for locking dependenciessequenceDiagram
participant User
participant Poetry
participant Solver
participant PackageRepository
User->>Poetry: poetry lock
Poetry->>Solver: Resolve dependencies
Solver->>PackageRepository: Retrieve package information
PackageRepository-->>Solver: Package information
Solver-->>Poetry: Resolved dependencies
Poetry->>Poetry: Lock dependencies
Poetry-->>User: poetry.lock updated
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @radoering - I've reviewed your changes - here's some feedback:
Overall Comments:
- The changelog entry date is in the future; please update it to the current date.
- Consider adding a link to the
poetry-corerelease notes in the description.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Secrus
approved these changes
Mar 29, 2025
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed
Fixed
poetry lockwas not deterministic (#10276).poetry env activatereturned the wrong command fortcsh(#10243).poetry env activatereturned the wrong command forpwshon Linux (#10256).Docs
poetry-core (
2.1.2)extramarkers were not simplified (#842, #845, #847).python_versionmarkers was not recognized as empty (#849).python_versionmarkers were not simplified (#848, #851).Summary by Sourcery
Bump Poetry version to 2.1.2, addressing several dependency locking, marker handling, and environment activation issues
Bug Fixes:
Enhancements:
Documentation: