Skip to content

Use standardized dependency-groups instead legacy dev-dependencies in pyproject.toml#341

Merged
darrenburns merged 1 commit into
darrenburns:mainfrom
AndreyKuzmaDev:main
Mar 25, 2026
Merged

Use standardized dependency-groups instead legacy dev-dependencies in pyproject.toml#341
darrenburns merged 1 commit into
darrenburns:mainfrom
AndreyKuzmaDev:main

Conversation

@AndreyKuzmaDev

Copy link
Copy Markdown
Contributor

After PEP 735 was accepted uv started to use dependency-groups. Usage of dev-dependencies field is now depricated and will be removed in future uv releases.

The main reason behind this PR is that it is needed for a packaging your python module for linux distributions.

…ev-dependencies

Dependency groups are standartized in PEP735 and dev-dependencies usage
is depricated and it will be removed in future releases.
Source: https://docs.astral.sh/uv/concepts/projects/dependencies/

Signed-off-by: Andrey Kuzma <kuzmaav@altlinux.org>

@darrenburns darrenburns left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Thank you!

@darrenburns
darrenburns merged commit 91c72b2 into darrenburns:main Mar 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants