You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0.3.0] - 2024-12-11
--------------------
Added
^^^^^
- :meth:`Attribute.get_attribute <scim2_models.Attribute.get_attribute>` can be called with brackets.
Changed
^^^^^^^
- Add a :paramref:`~scim2_models.BaseModel.model_validate.original`
parameter to :meth:`~scim2_models.BaseModel.model_validate`
mandatory for :attr:`~scim2_models.Context.RESOURCE_REPLACEMENT_REQUEST`.
This *original* value is used to look if :attr:`~scim2_models.Mutability.immutable`
parameters have mutated.
:issue:`86`