From 61a602f23b44eca3c34e630bb4554d0a84f77309 Mon Sep 17 00:00:00 2001 From: James Braza Date: Thu, 23 May 2024 19:20:46 -0700 Subject: [PATCH] Added packages.to to keep up with https://github.com/python-poetry/poetry-core/pull/672 (#3807) --- src/schemas/json/partial-poetry.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/schemas/json/partial-poetry.json b/src/schemas/json/partial-poetry.json index 7d16166d64f..fd123c7463f 100644 --- a/src/schemas/json/partial-poetry.json +++ b/src/schemas/json/partial-poetry.json @@ -509,6 +509,10 @@ }, "format": { "$ref": "#/definitions/poetry-package-formats" + }, + "to": { + "type": "string", + "description": "Where the package should be installed in the final distribution." } } }