From c0797759158b0eabe77b1939dd2c7298fd5865f3 Mon Sep 17 00:00:00 2001 From: Lars Maxfield <83759569+larsmaxfield@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:25:27 +0100 Subject: [PATCH] Respecify jsonschema^4.23.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 759f366..c9ef04d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "jsonschema-fill-default" -version = "0.2.0" +version = "0.1.0.20250109" description = "Fill a JSON instance with the missing defaults from its JSON Schema Draft 2020-12-valid schema" authors = ["Lars Maxfield"] readme = "README.md" [tool.poetry.dependencies] python = "^3.9" -jsonschema = "^4.23" +jsonschema = "^4.23.0" [tool.poetry.group.dev.dependencies] jsonref = "^1.1.0"