Closed jamesbraza closed 5 months ago
I believe in this case, the definitions are coming from https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/partial-poetry.json .
It might be worth it to double-check if that spec makes sense (sorry, I have not used poetry many times).
The is fairly new: https://python-poetry.org/history/#180---2024-02-25 and needs to be updated in SchemaStore. Contributions usually welcome (also can open an issue there).
Made https://github.com/SchemaStore/schemastore/pull/3807 to match https://github.com/python-poetry/poetry-core/pull/672, closing this out
From https://python-poetry.org/docs/pyproject/#packages:
However, when I have a
to
in mypyproject.toml
'spackages
like this:With
validate-pyproject
v0.18 I get:Is this a bug in
validate-pyproject
? And if not, why isto
disallowed?