zedzhen

Results 1 comments of zedzhen

In BaseModel it is similar ```python class TestModel(BaseModel): f: int a: Final[dict[str, str]] = {'1':'a','2':'b'} ``` `Mutable default '{'1':'a','2':'b'}' is not allowed. Use 'default_factory'`, but `a` is an attribute