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
Check the pyproject.toml file. Find the pyproject.toml file in the project directory and check the file content, especially the group line. According to the modified error message, group is not a valid attribute and should be deleted or
#206
Open
sdohuajia opened this issue
Feb 14, 2025
· 2 comments
However, there seems to be some confusion about the correct syntax. Let me clarify:
The modern Poetry syntax (Poetry 1.2+) uses [tool.poetry.group.dev.dependencies] which is actually correct in your current file.
The older syntax used [tool.poetry.dev-dependencies]
Your current syntax is actually the correct modern way to specify dev dependencies in Poetry. The issue report suggesting to use [tool.poetry.dev-dependencies] is referring to the older syntax, which is deprecated.
No description provided.
The text was updated successfully, but these errors were encountered: