Lukas W.
Results
3
comments of
Lukas W.
I also need to change the default pk. I use this workaround. Works fine for me. ``` from pydantic import root_validator class Foo(JsonModel): name: str @root_validator(pre=True) def overwrite_pk(cls, values: dict[str,...
Have you try `EmbeddedJsonModel` instead of `HashModel`?
Hey everyone. Something new here? I need to check if the Logo reachable. I wonder where to place @N3mesisXS workaround?