-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for PEP 621 in Poetry version 2 projects #11237
Comments
link #11275 |
Should fix Dependabot compatibility. See dependabot/dependabot-core#11237.
There is a newer PR to bump poetry #11607 |
Here we go again #11638 |
Also #11642 |
Thanks for opening this! Excited to see this addressed; I've been running into this challenge as well. |
For uv support PEP621 parser has already merged in #11687, but only for uv. dependabot-core/uv/helpers/lib/parser.py Line 26 in 26529b3
|
When could we expect support for PEP 621 in Poetry? |
Asking like that seems a bit rude considering I'm only an outside contributor and this is an open source project 🤷♂ |
Sincere apologies, didn't mean for it to come across that way and I should have found better wording. Really appreciate your contribution! I'll rephrase and ask if anyone knows whether support for PEP 621 in Poetry is in the works? |
All good! I think @markhallen is working on Python ecosystem improvements over here. |
Is there an existing issue for this?
Feature description
I am having an issue with Dependabot, which cannot parse the pyproject.toml file of a Poetry 2-managed project described using PEP 621.
Poetry2 documentation: https://python-poetry.org/docs/pyproject/
Error:

My pyproject.toml
The text was updated successfully, but these errors were encountered: