Use pydantic #23

Merged
muellerr merged 4 commits from use-pydantic-for-python-serialization into main 2024-04-29 15:24:49 +02:00
Showing only changes of commit 2c34f46eca - Show all commits

View File

@ -14,7 +14,6 @@ authors = [
] ]
dependencies = [ dependencies = [
"tmtccmd==8.0.0rc.2", "tmtccmd==8.0.0rc.2",
"serde==0.9.0",
"pydantic==2.7.1" "pydantic==2.7.1"
] ]