Skip to content

feat(poetry plugin): add support for upcoming Poetry PEP 621 projects #278

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

Merged
merged 7 commits into from
Oct 28, 2024

Conversation

DavidVujic
Copy link
Owner

@DavidVujic DavidVujic commented Oct 23, 2024

Description

Adding support for the upcoming Poetry release, that will be PEP 621 compliant, and for those Poetry projects using the PEP 621 standard to define project metadata and dependencies.

Motivation and Context

To fully support Poetry, both as-is today and the future PEP 621 release.

How Has This Been Tested?

✅ CI
✅ Unit tests
✅ Local install of the Poetry tool, running all commands.
✅ Local install of the CLI into a uv project, running all commands.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

Copy link

@DavidVujic DavidVujic marked this pull request as ready for review October 28, 2024 17:59
@DavidVujic DavidVujic merged commit 7b0f84f into main Oct 28, 2024
3 checks passed
@DavidVujic DavidVujic deleted the poetry-with-pep-621-support branch October 28, 2024 19:17
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.

1 participant