You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poetry 2.0 provides alignment on managing dependencies and projects in general within pyproject.toml files (PEP 621)). To take advantage of Poetry 2 we need to migrate a bunch of the config from the [tools.poetry] section to a new [project] section
🎯Aim
Update to support the new Poetry 2.0 features
📕Context
Poetry 2.0 provides alignment on managing dependencies and projects in general within
pyproject.toml
files (PEP 621)). To take advantage of Poetry 2 we need to migrate a bunch of the config from the[tools.poetry]
section to a new[project]
section📝Relevant resources/doc's/people
✅Acceptance Criteria
poetry check
runs without errors or warningsThe text was updated successfully, but these errors were encountered: