Update JSON schema

This commit is contained in:
konstin 2025-07-16 12:06:53 +02:00 committed by Zanie Blue
parent 190a40cd36
commit 4ca5770ba1
1 changed files with 2 additions and 2 deletions

4
uv.schema.json generated
View File

@ -215,7 +215,7 @@
] ]
}, },
"extra-build-dependencies": { "extra-build-dependencies": {
"description": "Additional build dependencies for dependencies.\n\nThis is intended for enabling more packages to be built with build-isolation, by adding dependencies that they ambiently assume to exist (`setuptools` and `pip` being common).", "description": "Additional build dependencies for dependencies.\n\nThis is intended for enabling more packages to be built with\nbuild-isolation, by adding dependencies that they ambiently\nassume to exist (`setuptools` and `pip` being common).",
"anyOf": [ "anyOf": [
{ {
"$ref": "#/definitions/ToolUvExtraBuildDependencies" "$ref": "#/definitions/ToolUvExtraBuildDependencies"
@ -1299,7 +1299,7 @@
} }
}, },
"extra-build-dependencies": { "extra-build-dependencies": {
"description": "Additional build dependencies for dependencies.\n\nThis is intended for enabling more packages to be built with build-isolation, by adding dependencies that they ambiently assume to exist (`setuptools` and `pip` being common).", "description": "Additional build dependencies for dependencies.\n\nThis is intended for enabling more packages to be built with\nbuild-isolation, by adding dependencies that they ambiently\nassume to exist (`setuptools` and `pip` being common).",
"type": [ "type": [
"object", "object",
"null" "null"