Validate a function call of already validated Pydatnic objects with validate_call
I want to check with pydantic v2, whether my function gets the correct input parameter at runtime.
As a guard/contract substitute.
I want to check with pydantic v2, whether my function gets the correct input parameter at runtime.
As a guard/contract substitute.