Skip to content
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

Updating the schema for Poetry v2 #727

Open
VDuchauffour opened this issue Jan 8, 2025 · 1 comment
Open

Updating the schema for Poetry v2 #727

VDuchauffour opened this issue Jan 8, 2025 · 1 comment

Comments

@VDuchauffour
Copy link

Hi,
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

I suppose the scheme needs updating? Thank you very much.

@panekj
Copy link
Collaborator

panekj commented Jan 8, 2025

Yes, this most likely means that schema will need to be updated. This should be reported in https://github.com/schemastore/schemastore

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

No branches or pull requests

2 participants