docs: update README to use PEP 735 dependency-groups syntax#10730
docs: update README to use PEP 735 dependency-groups syntax#10730by22Jy wants to merge 1 commit intopython-poetry:mainfrom
Conversation
Update the example in README to use the new [dependency-groups] table syntax instead of the Poetry-specific [tool.poetry.group.*] format, as Poetry 2.2.0 now supports PEP 735. Closes python-poetry#10548
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the README example to use the standardized PEP 735 [dependency-groups] syntax instead of the older Poetry-specific [tool.poetry.group.*] configuration, keeping the documentation aligned with Poetry 2.2.0 behavior. File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Why is this better, or worse, than #10728? Why have you raised a series of pull requests duplicating already open pull requests? |
|
Hi @dimbleby, thank you for pointing this out! I apologize for the duplicate PR - I am relatively new to open source contribution and did not notice the existing PR #10728 when I submitted mine. Looking at both PRs, they seem to address the same issue (#10548) with similar changes. I will close this PR in favor of #10728 to avoid duplication. Thank you for your patience and for helping me learn the proper contribution workflow! |
Update example in README to use the new [dependency-groups] table syntax instead of Poetry-specific [tool.poetry.group.*] format, as Poetry 2.2.0 now supports PEP 735.
Closes #10548
Summary by Sourcery
Documentation: