SchemaStore / schemastore

A collection of JSON schema files including full API
http://schemastore.org
Apache License 2.0
3.07k stars 1.68k forks source link

PEP-639 support in `pyproject.toml` #4165

Closed stevapple closed 2 hours ago

stevapple commented 3 hours ago

Area with issue?

JSON Schema

✔️ Expected Behavior

PEP-0639 made some modification to the pyproject.toml schema and we should follow the change.

❌ Actual Behavior

New fields introduced in PEP-0639 are not recognized.

YAML or JSON file that does not work.

No response

IDE or code editor.

None

Are you making a PR for this?

Yes, I will create a PR.

stevapple commented 2 hours ago

It looks like I have some misunderstanding on the proposal. All new fields can be verified with the existing schema, so I'm going to close this. A follow-up might be adding deprecation notices according to the proposal instead.