pydantic · pydantic/frozen_instance
frozen_instance
Instance Is Frozen
An attempt was made to modify a field on a model instance that was configured with frozen=True. Frozen models are immutable after construction.
An attempt was made to modify a field on a model instance that was configured with frozen=True. Frozen models are immutable after construction.