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
Since the release of Poetry v2, the schema of [tool.poetry] has been deprecated in favor of the standard [project] metadata definitions in the pyproject.toml file.
In a project that has been migrated to this new major, I get the following false positive errors (using the Even Better TOML VSCode extensions:
"name" is a required propertyEven Better TOML
"version" is a required propertyEven Better TOML
"description" is a required propertyEven Better TOML
"authors" is a required propertyEven Better TOML
Description of the JSON schema.
Since the release of Poetry v2, the schema of
[tool.poetry]
has been deprecated in favor of the standard[project]
metadata definitions in thepyproject.toml
file.In a project that has been migrated to this new major, I get the following false positive errors (using the
Even Better TOML
VSCode extensions:I suppose the scheme needs updating? Thanks
Supporting information.
https://python-poetry.org/blog/announcing-poetry-2.0.0
Are you making a PR for this?
No, someone else must create the PR.
The text was updated successfully, but these errors were encountered: