Fist Initial and Working Version of JsonSchema to Pydantic

This commit is contained in:
2025-03-27 01:09:17 -03:00
parent 0b11408c8f
commit 529a35d8bd
7 changed files with 419 additions and 117 deletions

View File

@@ -6,11 +6,16 @@ requires-python = ">=3.10,<4.0"
# Project Dependencies
dependencies = [
"jsonschema>=4.23.0",
"pydantic>=2.10.6",
]
[dependency-groups]
dev = [
"black>=25.1.0",
"isort>=6.0.1",
"poethepoet>=0.33.1",
"pre-commit>=4.2.0",
"pydantic>=2.10.6",
]