As described here: https://packaging.python.org/en/latest/discussions/single-source-version/#single-source-version
This will remove the dependency on a specific build backend, so uv can be used.
That means also that [project.optional-dependencies] can be migrated to the modern [dependency-groups]
As described here: https://packaging.python.org/en/latest/discussions/single-source-version/#single-source-version
This will remove the dependency on a specific build backend, so uv can be used.
That means also that
[project.optional-dependencies]can be migrated to the modern[dependency-groups]