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

Support [tool.poetry] being used with PEP-621 #70

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stevapple
Copy link

[tool.poetry] section can co-exist with a PEP-621 styled project metadata to provide extra information. In _pin_dependency missing name and version keys inside a poetry_config raises KeyErrors which aren't caught and leads to a fatal error.

`[tool.poetry]` section can co-exist with a PEP-621 styled project metadata to provide extra information. In `_pin_dependency` missing `name` and `version` keys inside a `poetry_config` raises `KeyError`s which aren't caught and leads to a fatal error.
@ag14774
Copy link
Owner

ag14774 commented Mar 5, 2025

Thank you for this! I will have a better look over the weekend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants