MprBol

Results 3 comments of MprBol

Interestingly, when using a `Dict` instead of a `dict`, it works as expected ```py from typing import Any, Dict from pydantic import BaseModel as BaseSchema from pydantic import Extra class...

> We should probably be consistent with dict and Dict, but more generally pydantic can't really make any guarantee about copying everything so editing a model could never modify it's...

> I understand why you might think that, but in the vast majority of situations it's not what people want To be pedantic, I think in the vast majority of...