cfile icon indicating copy to clipboard operation
cfile copied to clipboard

Use pydantic v2 instead of own type checks

Open Hadatko opened this issue 1 year ago • 0 comments

With pydantic v2 you have nice, simple, transparent control ower types. Basic check you may not even define as they are predefined. https://pydantic.dev/articles/pydantic-v2-final

Hadatko avatar Oct 21 '24 10:10 Hadatko