Fist Initial and Working Version of JsonSchema to Pydantic
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user