Skip to content

Commit

Permalink
Respecify jsonschema^4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmaxfield authored Jan 9, 2025
1 parent 2b82354 commit c079775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c079775

Please sign in to comment.