Skip to content

0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 09:18
· 33 commits to main since this release
0.4.0
d84c564
[0.4.0] - 2025-07-23

--------------------

Added
^^^^^
- Proper path validation for :attr:`~scim2_models.SearchRequest.attributes`, :attr:`~scim2_models.SearchRequest.excluded_attributes` and :attr:`~scim2_models.SearchRequest.sort_by`.
- Implement :meth:`~scim2_models.PatchOp.patch`

Fixed
^^^^^
- When using ``model_dump``, ignore invalid ``attributes`` and ``excluded_attributes``
  as suggested by RFC7644.
- Don't normalize attributes typed with :data:`Any`. :issue:`20`