Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect self-constraints on recursive extras #9714

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

charliermarsh
Copy link
Member

Summary

Sort of ridiculous, but today this passes, when it should fail:

[project]
name = "foo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13.0"
dependencies = []

[project.optional-dependencies]
async = [
    "foo[async]==0.2.0",
]

@charliermarsh charliermarsh added the bug Something isn't working label Dec 8, 2024
@charliermarsh charliermarsh force-pushed the charlie/rec-constraint branch from cc044e6 to 287d2f3 Compare December 8, 2024 04:27
@charliermarsh charliermarsh requested a review from konstin December 8, 2024 04:27
@charliermarsh charliermarsh force-pushed the charlie/rec-constraint branch from 287d2f3 to 62f3b2f Compare December 8, 2024 04:41
@charliermarsh charliermarsh enabled auto-merge (squash) December 8, 2024 04:47
@charliermarsh charliermarsh merged commit 00a4adf into main Dec 8, 2024
64 checks passed
@charliermarsh charliermarsh deleted the charlie/rec-constraint branch December 8, 2024 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant